prc | R Documentation |
Wrapper for the prc
function to allow for formula input.
prc(formula, data, ...)
formula |
Model formula accepting a single response (block) and predictors. If no predictor is called 'time', time is assumed to be the second predictor. |
data |
The data set to analyse. |
... |
Additional arguments to |
An object of class prc
.
Main methods: asca
, apca
, limmpca
, msca
, pcanova
, prc
and permanova
.
Workhorse function underpinning most methods: hdanova
.
Extraction of results and plotting: asca_results
, asca_plots
, pcanova_results
and pcanova_plots
data(caldana)
(pr <- prc(compounds ~ light * time, caldana))
summary(pr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.