| scopy.summary {INLA} | R Documentation |
scopyThis function computes the mean and stdev for the spline function that is
implicite from an scopy model component
inla.scopy.summary(
result,
name,
mean.value = NULL,
slope.value = NULL,
by = 0.01,
range = c(0, 1),
debug = FALSE
)
result |
An |
name |
The name of the |
mean.value |
In case where the mean of the spline is fixed and not estimated, you have to give it here |
slope.value |
In case where the slope of the spline is fixed and not estimated, you have to give it here |
by |
The resolution of the results, in the scale where
|
range |
The range of the locations, as |
debug |
If |
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")