bboot: Bayesian bootstrap for linear regression

View source: R/bootUtils.R

bbootR Documentation

Bayesian bootstrap for linear regression

Description

Bayesian bootstrap for linear regression

Usage

bboot(object, reps = 100L, cluster = NULL, ...)

Arguments

object

model object of class lm or fixest

reps

number of replications

cluster

clustering variable passed as bare formula or char vector

Value

bboot object

Examples

lm(mpg ~ wt + hp, mtcars) |>
  bboot(reps = 1e3) |>
  summary()

apoorvalal/LalRUtils documentation built on Sept. 22, 2023, 5:53 p.m.