print.nestedPenal | R Documentation |
Prints a short summary of parameter estimates of a nested frailty model
## S3 method for class 'nestedPenal'
print(x, digits = max(options()$digits - 4, 6),
...)
x |
the result of a call to the frailtyPenal function for nested frailty models |
digits |
number of digits to print |
... |
other unused arguments |
n |
the number of observations used in the fit. |
n.groups |
the maximum number of groups used in the fit |
n.events |
the number of events observed in the fit |
eta |
variance of the subcluster effect |
theta |
variance of the cluster effect |
coef |
the coefficients of the linear predictor, which multiply the columns of the model matrix. |
SE(H) |
the standard error of the estimates deduced from the variance matrix of theta and of the coefficients. |
SE(HIH) |
the standard error of the estimates deduced from the robust estimation of the variance matrix of theta and of the coefficients. |
p |
p-value |
frailtyPenal
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.