getAnova: Anova

Description Usage Arguments Details Value Author(s)

Description

Partial computations for Anova analysis.

Usage

1
getAnova(beta, formula, media.y)

Arguments

beta

is a list of the regression coefficients.

formula

a string character to be transformed as an object of class formula.

media.y

a numeric value, the arithmetic mean for a given response variable.

Details

Computes the partial equations for test regression models.

Value

A list with components:

rows.x

the number of rows present in x.

rows.y

the number of rows present in y.

cols.x

the number of cols present in x.

cols.y

the number of cols present in y.

residuals

the prediction error.

sst

total sum of squares.

sse

sum of squares error.

lbx

the number of study variables.

quad.y

sum of total squares for response variable.

y.hat

the fitted values.

Author(s)

Paula Raissa Silva


paularaissa/distStatsServer documentation built on June 19, 2019, 12:43 a.m.