| summary.scopy {INLA} | R Documentation |
scopyThis function computes the mean and stdev for the spline function that is
implicite from an scopy model component
inla.summary.scopy(result, name, by = 0.05, range = c(0, 1))
result |
An |
name |
The name of the |
by |
The resolution of the results, in the scale where distance between two nearby locations is 1 |
range |
The range of the locations, in |
A data.frame with locations, mean and stdev. if name
is not found, NULL is returned.
Havard Rue hrue@r-inla.org
## see example in inla.doc("scopy")