EstDimIC: Dimension estimation by AIC and BIC

Description Usage Arguments Details Value Author(s) References See Also Examples

Description

Method for estimating latent dimension by AIC and BIC.

Usage

1
EstDimIC(Rmat,Krange=0:25)

Arguments

Rmat

Residual matrix for which to estimate latent dimension.

Krange

Vector of integers representing candidate dimensions to consider

Details

Method for estimating latent dimension by AIC and BIC. Inferior to the RMT method in the isva package, but it appears here because it's mentioned in our paper.

Value

A list containing AIC and BIC for candidate dimensions, as well as the best dimension for each.

Author(s)

E. Andres Houseman

References

HOUSEMAN, Eugene Andres, MOLITOR, John, et MARSIT, Carmen J. Reference-free cell mixture adjustments in analysis of DNA methylation data. Bioinformatics, 2014, vol. 30, no 10, p. 1431-1439.

See Also

EstDimRMT

Examples

1
2
3
4
5
6
7
8
9
data(RefFreeEWAS)

## Not run: 
  tmpDesign <- cbind(1, rfEwasExampleCovariate)
  tmpBstar <- rfEwasExampleBetaValues 

  EstDimIC(rfEwasExampleBetaValues-tmpBstar 

## End(Not run)

RefFreeEWAS documentation built on May 2, 2019, 5:52 a.m.