summary.scopy {INLA}R Documentation

Computes the mean and stdev for the spline from scopy

Description

This function computes the mean and stdev for the spline function that is implicite from an scopy model component

Usage

inla.summary.scopy(result, name, by = 0.05, range = c(0, 1))

Arguments

result

An inla-object, ie the output from an inla() call

name

The name of the scopy model component see ?inla::f and argument extraconstr

by

The resolution of the results, in the scale where distance between two nearby locations is 1

range

The range of the locations, in ⁠(from, to)⁠

Value

A data.frame with locations, mean and stdev. if name is not found, NULL is returned.

Author(s)

Havard Rue hrue@r-inla.org

Examples


 ## see example in inla.doc("scopy")
 

[Package INLA version 23.06.29 Index]