Description Usage Arguments See Also Examples
Print the summary table of regression results from the output of mixture regression models
1 | printMixture(fit, digits = 3, file = NULL)
|
fit |
the output object from the fitted mixture regression model. |
digits |
an integer indicating the number of decimal places after rounding. |
file |
a character string of output filename for saving the table of regression results. |
1 2 3 4 5 6 7 8 9 | data(simLTICdataA)
##### fit the logistic-AFT location-scale model for LTIC data
fit=MixtureLogitAFT(formula=Surv(time1,time2,status)~1,
eventprobreg=~X1,locationreg=~X1,scalereg=~X1,
var.entry="entry",data=simLTICdataA)
##### print regression results of the fitted model
printMixture(fit)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.