getAOVresiduals: getAOVresiduals

Description Usage Arguments Value

View source: R/varianceExplained.R

Description

Returns the residuals of x explained by each variable (column of m) using classical analysis of variance.

Usage

1
getAOVresiduals(x, m, form = NULL)

Arguments

x

a numeric vector (expression values to be explained)

m

a data.frame with rows corresponding to each value of x, and columns indicating the values of explanatory variables.

form

Specify the formula to use (default NULL for ~.)

Value

a numeric vector of squared residuals.


plger/iPSCpoweR documentation built on Feb. 2, 2022, 1:37 a.m.