regress.bootstrap: Bootstrap

View source: R/statistics.regress.R

regress.bootstrapR Documentation

Bootstrap

Description

Generate a bootstrapped model from observations with known uncertainty (and x - y independence).

Usage

regress.bootstrap(x, y, sx, sy, n = 1000)

Arguments

x

The observed x values

y

The observed y values

sx

The uncertainty in each x observation

sy

The uncertainty in each y observation

n

The number of bootstrapped models to generate.

Author(s)

Thomas Bryce Kelly


tbrycekelly/TheSource documentation built on Nov. 7, 2023, 12:48 a.m.