Usage
## S3 method for class 'pffr':
coef(object, raw = FALSE, se = TRUE, freq = FALSE,
sandwich = FALSE, seWithMean = TRUE, n1 = 100, n2 = 40, n3 = 20,
Ktt = NULL, ...)
Arguments
object
a fitted pffr
-object
raw
logical, defaults to FALSE. If TRUE, the function simply returns object$coefficients
se
logical, defaults to TRUE. Return estimated standard error of the estimates?
freq
logical, defaults to FALSE. If FALSE, use posterior variance object$Vp
for variability estimates,
else use object$Ve
. See gamObject
sandwich
logical, defaults to FALSE. Use a Sandwich-estimator for approximate variances? See Details.
THIS IS AN EXPERIMENTAL FEATURE, USE A YOUR OWN RISK.
seWithMean
logical, defaults to TRUE. Include uncertainty about the intercept/overall mean in standard errors returned for smooth components?
n3
n1, n2, n3
give the number of gridpoints for 1-/2-/3-dimensional smooth terms
used in the marginal equidistant grids over the range of the covariates at which the estimated effects are evaluated.
Ktt
(optional) an estimate of the covariance operator of the residual process $\epsilon_i(t) \sim N(0, K(t,t'))$,
evaluated on yind
of object
. If not supplied, this is estimated from the crossproduct matrices of the
observed residual
...
other arguments, not used.