summary.JIVEpred | R Documentation |
Summary methods for an JIVE-predict model of class "JIVEpred".
## S3 method for class 'JIVEpred' summary(object, ...) ## S3 method for class 'JIVEpred' print(x, ...)
object |
An object of class "JIVEpred", usually a fitted JIVE-predict model. |
... |
further arguments passed to or from other methods. |
x |
a fitted JIVEpred model. |
Both the print
and the summary
functions
give summary results for a fitted JIVE-predict 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 output displays the print.glm
result for the fitted GLM model.
Summary measures
print(JIVEpred)
:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.