summary.sJIVE | R Documentation |
Summary methods for an sJIVE model of class "sJIVE".
## S3 method for class 'sJIVE' summary(object, ...) ## S3 method for class 'sJIVE' print(x, ...)
object |
An object of class "sJIVE", usually a fitted sJIVE model. |
... |
further arguments passed to or from other methods. |
x |
a fitted sJIVE model. |
Both the print
and the summary
functions
give summary results for a fitted sJIVE model.
For the summary
function, amount of variance explained
is expressed in terms of the standardized Frobenious
norm. Partial R-squared values are calculated for the
joint and individual components. If rank=1, a z-statistic
is calculated to determine the p-value. If rank>1, an F-statistic
is calculated.
For the print
function, the coeffecients are simply
printouts of theta1 and theta2 from the sJIVE model.
Summary measures
print(sJIVE)
:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.