summary.sJIVE: Summarizing sJIVE Model Fits

View source: R/sJIVE.R

summary.sJIVER Documentation

Summarizing sJIVE Model Fits

Description

Summary methods for an sJIVE model of class "sJIVE".

Usage

## S3 method for class 'sJIVE'
summary(object, ...)

## S3 method for class 'sJIVE'
print(x, ...)

Arguments

object

An object of class "sJIVE", usually a fitted sJIVE model.

...

further arguments passed to or from other methods.

x

a fitted sJIVE model.

Details

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.

Value

Summary measures

Functions

  • print(sJIVE):


enorthrop/sup.r.jive documentation built on Nov. 18, 2022, 6:01 p.m.