version 2.19.1
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")
提供用于拟合、诊断和可视化广义线性模型(GLM)及其他统计模型的R语言函数
版权所有:中国计算机学会技术支持:开源发展技术委员会 京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: