summary,rateReg-method | R Documentation |
Summary of estimated coefficients of covariates, rate function bases, and estimated rate parameter of frailty random variable, etc.
## S4 method for signature 'rateReg' summary(object, showCall = TRUE, showKnots = TRUE, ...)
object |
A |
showCall |
A logic value with dafault |
showKnots |
A logic value with default |
... |
Other arguments for future usage. |
summary,rateReg-method
returns a
summary.rateReg
object,
whose slots include
covarCoef
: Estimated covariate coefficients.
frailtyPar
: Estimated rate parameter of gamma frailty.
baseRateCoef
: Estimated coeffcients of baseline
rate function.
For the meaning of other slots, see rateReg
.
summary.rateReg
object
rateReg
for model fitting;
coef,rateReg-method
for point estimates of
covariate coefficients;
confint,rateReg-method
for confidence intervals
of covariate coeffcients;
baseRate,rateReg-method
for coefficients of baseline
rate function.
## See examples given in function rateReg.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.