print.joinRMLBig | R Documentation |
print method for class 'joinRMLBig'
## S3 method for class 'joinRMLBig'
print(object, digits = 4, ...)
object |
object |
digits |
used for round the numeric values after decimal |
... |
others |
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.
##
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.