internal.statistics.one.lm {simitation} | R Documentation |
Computes the summary statistics for the linear model fit on the given data.
internal.statistics.one.lm(the.data, the.formula)
the.data |
The data table. |
the.formula |
A formula specifying the linear model. |
A list containing the following components:
coef.table
A data table containing the coefficients, their estimates, standard error, t-values, and associated p-values.
summary.stats
A data table containing summary statistics for the linear model. This includes the sigma, degrees of freedom, root mean square error (rse), R-squared, adjusted R-squared, F-statistic, F-statistic degrees of freedom, and the p-value for the F-statistic.