Description Usage Arguments Details Value Author(s) Examples
summary method for objects of class 'pact'
1 2 |
object |
The object returned from |
... |
Additional arguments for 'summary' |
Returns all coefficient estimates from the regression model of the 'pact' object
All the coefficient estimates from the regression model fitted by pact.fit
Jyothi Subramanian and Richard Simon
Maintainer: Jyothi Subramanian <subramanianj01@gmail.com>
1 2 3 4 5 6 7 | data(prostateCancer)
Y <- prostateCancer[,3:4]
Xf <- prostateCancer[,7:8]
Xv <- prostateCancer[,c(5:6,9)]
Treatment <- as.factor(prostateCancer[,2])
p <- pact.fit(Y=Y,Xf=Xf,Xv=Xv,Treatment=Treatment,family="cox",varSelect="none")
summary(p)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.