summary.artlm: Summarizing Linear Models with ART

View source: R/artlm.R

summary.artlmR Documentation

Summarizing Linear Models with ART

Description

Summarizing Linear Models with ART

Usage

## S3 method for class 'artlm'
summary(object, nrg = 10000, ...)

Arguments

object

an object of class "artlm", usually, a result of a call to artlm().

nrg

an integer that represents the number of random permutations to calculate when there are more than 10 groups. Defaults to 10,000.

...

Other parameters that can be passed to the base summary.lm().

Value

A summary object as in summary.lm().


mwt/rART documentation built on June 16, 2022, 1:39 a.m.