October 2017
Beginner to intermediate
572 pages
26h 1m
English
> ?summary.lm
> coefficients(lmfit) # Extract model coefficients
> confint(lmfit, level=0.95) # Computes confidence intervals for model parameters.
> fitted(lmfit) # Extract model fitted values
> residuals(lmfit) # Extract model residuals
> anova(lmfit) # Compute analysis of variance tables for fitted model object
> vcov(lmfit) # Calculate variance-covariance matrix for a fitted model object
> influence(lmfit) # Diagnose quality of regression fits
Read now
Unlock full access