Skip to contents

Get the percent variance explained (PVE) calculated from an analysis of variance table from a fitted model

Usage

get.pve(model);

Arguments

model

The model to run the F-test on (e.g. output of lm or glm)

Value

A data-frame with the PVE for each predictor variable (colnames predictor and pve)

Author

Emilie Lalonde

Examples

# need to add an example!