internal.statistics.onelm: Internal function for Summary Statistics of Linear Model
Description
Computes the summary statistics for the linear model fit on the given data.
Usage
internal.statistics.onelm(the.data, the.formula)
Value
A list containing the coefficient table and summary statistics.
Arguments
- the.data
The data table.
- the.formula
A formula specifying the linear model.