Analysis of Variance (mqr.anova)#

User guide

Regression and ANOVA

Detailed examples

nklsxn/mqrpy-guide

Tools for interpreting ANOVA results.

Functions

adequacy(result[, formatted])

Table of statistics from a fitted OLS regression (see Returns).

summary(result[, typ, formatted])

The ANOVA table for a regression.

coeffs(result[, conf, formatted])

The coefficients from regression and their confidence intervals.

groups(result, *, value, factor[, conf, ...])

The value column from a dataframe averaged over factor, and annotated with confidence intervals per level.

interactions(df, *, value, between[, formatted])

Interaction table.