## S3 method for class 'mark':
summary(object,...,se=FALSE,vc=FALSE,showall=TRUE,show.fixed=FALSE,brief=FALSE)
## S3 method for class 'mark':
coef(object,...)
## S3 method for class 'summary.mark':
print(x,...)
summary
se
and showall
. If se=F
then only the estimates of the real parameters are shown
and they are summarized the result element reals
in PIM format. The structure of reals
depends on
whether the PIMS are upper triangular ("Triang") or a row
("Square" although not really square). For the upper
triangular format, the values are passed back as a list
of matrices where the list is a list of parameter types
(eg Phi and p) and within each type is a list for each
group containing the pim as an upper triangular matrix
containing the real parameter estimate. For square
matrices, reals
is a list of matrices with a list
element for each parameter type, but there is not a
second list layer for groups because in the returned
matrix each group is a row in the matrix of real
estimates. If se=TRUE
then estimates, standard
error (se), lower and upper confidence limits (lcl, ucl)
and a "Fixed" indicator is passed for each real
parameter. If the pims for the model were simplified to
represent the unique real parameters (unique rows in the
design matrix), then it is possible to restict the
summary to only the unique parameters with
showall=FALSE
. This argument only has an affect
if se=TRUE
. If showall=FALSE
, reals
is returned as a dataframe of the unique real parameters
specified in the model. This does not mean they will all
have unique values and it includes all "Fixed" real
parameters and any real parameters that cannot be
simplified in the case of parameters such as "pent" in
POPAN or "Psi" in "Multistrata" that use the multinomial
logit link. Use of showall=FALSE
is of limited use
but provided for completeness. In most cases the default
of showall=TRUE
will be satisfactory. In this
case, reals
is a list of dataframes with a list
element for each parameter type. The dataframe contains
the estimate, se,lcl, ucl,fixed and the associated
default design data for that parameter (eg time,age,
cohort etc). The advantage of retrieving the reals in
this format is that it is the same regardless of the
model, so it enables model averaging the real parameters
over different models with differing numbers of unique
real parameters.