Learn R Programming

inference (version 0.1.0)

infer,-methods: Inference for fitted model objects.

Description

Inference for fitted model objects.

Usage

infer(fitobj, vars, robust.se=TRUE, two.sided=TRUE, ci.level=0.95, ...)

Arguments

fitobj
Fitted model object, such as those of class lm.
vars
Vector of variable names to obtain inference information for. If not specified, all variables in the fitted model will be used. in the fitted model.
robust.se
Boolean indicator for whether robust standard errors should be use. Defaults to TRUE.
two.sided
Boolean indicator for whether p-values should correspond to a two-sided test or one-sided. Defaults to TRUE.
ci.level
Confidence level. Defaults to 0.95.
...
Not used.

Value

inference object.

Details

Extract point estimates, standard errors, confidence intervals, p-values, and sample size.