print.joinRMLBig {jmBIG} | R Documentation |
print.joinRMLBig
Description
print method for class 'joinRMLBig'
Usage
## S3 method for class 'joinRMLBig'
print(object, digits = 4, ...)
Arguments
object |
object |
digits |
used for round the numeric values after decimal |
... |
others |
Value
prints table containing various parameter estimates, SE, P- value for both survival and longitudinal submodel, if the model is bayesian it includes their credible interval too.
Examples
##
library(survival)
library(dplyr)
mod4<-joinRMLBig(dtlong=long2,
dtsurv = surv2,
longm=y~ x7+visit,
survm=Surv(time,status)~x1+visit,
rd=~ visit|id,
timeVar='visit',
samplesize=200,
id='id')
print(mod4)
[Package jmBIG version 0.1.2 Index]