sandSE: Compute sandwich standard error

View source: R/sandSE.R

sandSER Documentation

Compute sandwich standard error

Description

Compute sandwich standard error

Usage

sandSE(mod, numerical = FALSE)

Arguments

mod

an object of class bbdml

numerical

Boolean. Defaults to FALSE. Indicator of whether to use the numeric Hessian and score (not recommended).

Value

Sandwich variance-covariance matrix

Examples

data(soil_phylum_small)
mod <- bbdml(formula = OTU.1 ~ DayAmdmt,
phi.formula = ~ DayAmdmt,
data = soil_phylum_small)
sandSE(mod)


corncob documentation built on Aug. 31, 2023, 9:06 a.m.