Other packages > Find by keyword >

VCA  

Variance Component Analysis
View on CRAN: Click here


Download and install VCA package within the R console
Install from CRAN:
install.packages("VCA")

Install from Github:
library("remotes")
install_github("cran/VCA")

Install by package version:
library("remotes")
install_version("VCA", "1.5.1")



Attach the package and use:
library("VCA")
Maintained by
Andre Schuetzenmeister
[Scholar Profile | Author Map]
First Published: 2015-03-16
Latest Update: 2024-01-18
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.
How to cite:
Andre Schuetzenmeister (2015). VCA: Variance Component Analysis. R package version 1.5.1, https://cran.r-project.org/web/packages/VCA. Accessed 11 Apr. 2025.
Previous versions and publish date:
1.1.1 (2015-04-27 09:03), 1.1 (2015-03-16 10:29), 1.2.1 (2015-11-24 15:16), 1.2 (2015-07-20 18:08), 1.3.1 (2016-04-04 13:38), 1.3.2 (2016-07-25 20:30), 1.3.3 (2017-07-12 14:52), 1.3.4 (2018-07-18 14:20), 1.3 (2016-03-23 23:41), 1.4.0 (2019-07-10 18:32), 1.4.1 (2019-11-14 23:40), 1.4.2 (2019-12-17 17:20), 1.4.3 (2020-06-17 11:50), 1.4.4 (2022-08-31 20:20), 1.4.5 (2022-09-07 11:30), 1.4.6 (2024-01-17 10:22), 1.5.0 (2024-01-18 13:00)
Other packages that cited VCA R package
View VCA citation profile
Other R packages that VCA depends, imports, suggests or enhances
Complete documentation for VCA
Downloads during the last 30 days
03/1203/1303/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/09Downloads for VCA010203040506070TrendBars

Today's Hot Picks in Authors and Packages

GenAlgo  
Classes and Methods to Use Genetic Algorithms for Feature Selection
Defines classes and methods that can be used to implement genetic algorithms for feature selection. ...
Download / Learn more Package Citations See dependency  
multIntTestFunc  
Provides Test Functions for Multivariate Integration
Provides implementations of functions that can be used to test multivariate integration routines. T ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
extrafrail  
Estimation and Additional Tools for Alternative Shared Frailty Models
Provide estimation and data generation tools for some new multivariate frailty models. This version ...
Download / Learn more Package Citations See dependency  
Rwtss  
Client for Web Time-Series Service
Allows remote access to satellite image time series provided by the web time series service (WTSS) ...
Download / Learn more Package Citations See dependency  

24,012

R Packages

207,311

Dependencies

64,867

Author Associations

24,013

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA