bootlmSolve: Bootstrap minimum norm regression

Description Usage Arguments Value Examples

View source: R/lmSolve.R

Description

Bootstrap variant of lmSolve. Returns samples of coefficients only. Solves with moore-penrose pseudoinversion which is very fast and tolerant to non-positive definite model matrices.

Usage

1
bootlmSolve(formula, data, iter = 4000, tolerance = 0.001)

Arguments

formula

formula

data

data frame

iter

number of iterations. defaults to 4000.

tolerance

tolerance

Value

a vector

Examples

1

abnormally-distributed/Bayezilla documentation built on Oct. 31, 2019, 1:57 a.m.