This function is used to summarize a GPPM.
summary method for class 'GPPM'.
# S3 method for GPPM
summary(object, ...)# S3 method for summary.GPPM
print(x, ...)
An object of class "summary.GPPM", which is a list with 4 entries:
modelSpecification an object of class 'ModelSpecification' describing the model as a list with the following entries
meanFormula formula for the mean function; output of meanFun
covFormula formula for the covariance function; output of covFun
nPars number of parameters; output of nPars
params parameter names; output of pars
nPreds number of predictors; output of nPreds
preds predictors names; output of preds
parameterEstimates a data frame containing a summary of the parameter estimates; output of parEsts
modelfit An object of class "ModelFit" describing the modelfit using a list with the following entries
dataStats An object of class "DataStats" describing the data set using a list with the following entries
nPer number of persons; output of nPers
maxTime maximum number of observations per person; output of maxNObs
nTime number of observations for each person; output of nObs
object of class GPPM.
additional parameters (currently not used).
output of fit.GPPM
print(summary.GPPM): Printing a summary.GPPM object