https://github.com/cran/VCA
Raw File
Tip revision: 6ba209256cc8e2b5b610392eaf474bb2f9686792 authored by Andre Schuetzenmeister on 07 March 2024, 17:10:02 UTC
version 1.5.1
Tip revision: 6ba2092
DESCRIPTION
Package: VCA
Version: 1.5.1
Date: 2024-02-07
Title: Variance Component Analysis
Author: Andre Schuetzenmeister [aut, cre], Florian Dufey [aut]
Maintainer: Andre Schuetzenmeister <andre.schuetzenmeister@roche.com>
Depends: R (>= 3.0.0)
Imports: stats, graphics, grDevices, lme4, Matrix, methods, numDeriv
Suggests: VFP, STB, knitr, rmarkdown, prettydoc, RUnit
Description: 
 ANOVA and REML estimation of linear mixed models is implemented, once following
 Searle et al. (1991, ANOVA for unbalanced data), once making use of the 'lme4' package.
 The primary objective of this package is to perform a variance component analysis (VCA)
 according to CLSI EP05-A3 guideline "Evaluation of Precision of Quantitative Measurement
 Procedures" (2014). There are plotting methods for visualization of an experimental design,
 plotting random effects and residuals. For ANOVA type estimation two methods for computing
 ANOVA mean squares are implemented (SWEEP and quadratic forms). The covariance matrix of 
 variance components can be derived, which is used in estimating confidence intervals. Linear
 hypotheses of fixed effects and LS means can be computed. LS means can be computed at specific
 values of covariables and with custom weighting schemes for factor variables. See ?VCA for a
 more comprehensive description of the features. 
License: GPL (>= 3)
VignetteBuilder: knitr, rmarkdown
RoxygenNote: 7.2.3
NeedsCompilation: yes
Packaged: 2024-03-07 16:13:19 UTC; schueta6
Repository: CRAN
Date/Publication: 2024-03-07 17:10:02 UTC
back to top