BootstrapEstimates: BoostrapEstimates

Description Usage Arguments

View source: R/BootstrapEstimates.R

Description

Uses the boot package to bootstrap the regression coefficients for our fitted model.

Usage

1
BootstrapEstimates(dv, data, vars, dir = "./", digits = 5, ...)

Arguments

dv

Character vector of length 1. Column name of dependent variable. No default.

data

data.frame. Data to fit the lm model to. No default.

vars

Named numeric vector. Coefficient values and corresponding variable names. No default.

dir

Character vector of lenght 1. Directory in which to store the plot. Ignored if save.plot is FALSE. Defaults to "./"

digits

Numeric vector of length 1. Digits to round to for values. Defaults to 5.

...

Additional arguments for the boot function Description. Default/No default.


itslwg/regone documentation built on Oct. 14, 2021, 12:52 a.m.