Learn R Programming

HDANOVA (version 0.8.3)

prc: Principal Response Curves

Description

Wrapper for the prc function to allow for formula input.

Usage

prc(formula, data, ...)

Value

An object of class prc.

Arguments

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 prc.

See Also

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

Examples

Run this code
data(caldana)
(pr <- prc(compounds ~ light * time, caldana))
summary(pr)

Run the code above in your browser using DataLab