Merge pull request #1 from DarwinAwardWinner/pca-fix Make fast.prcomp return a valid prcomp object
Merge pull request #1 from DarwinAwardWinner/pca-fix
Make fast.prcomp return a valid prcomp object
Tools for fitting linear models that complement those in base R.
R
Provided functions include:
ci
coefFrame
CrossTable
estimable
fast.prcomp
fit.contrast
glh.test
make.contrasts
Install the released version of gmodels from CRAN with:
install.packages('gmodels')
Install the development version of gmodels from GitHub with:
# install.packages("devtools") devtools::install_github("r-gregmisc/gmodels")
提供多种建模辅助函数、公式工具和统计摘要。
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802047560号
gmodels
Tools for fitting linear models that complement those in base
R.Provided functions include:
ci- Compute Confidence IntervalscoefFrame- Return model parameters in a data frameCrossTable- Cross Tabulation with Tests for Factor Independenceestimable- Compute contrasts and estimable linear functionsfast.prcomp- Efficient computation of principal components and singular value decompositionfit.contrast- Compute and test arbitrary contrasts for regression objectsglh.test- Test a General Linear Hypothesis for a Regression Modelmake.contrasts- Construct a User-Specified Contrast MatrixInstallation
Install the released version of gmodels from CRAN with:
Install the development version of gmodels from GitHub with: