Skip to contents

Cluster-robust Wald test for MARS coefficients

Usage

robust_wald(
  object,
  constraints,
  null = 0,
  test = c("HTZ", "Naive-F", "chi-square")
)

Arguments

object

A fitted mars object containing robust inference information.

constraints

A constraint matrix, coefficient names, or coefficient indices.

null

Numeric null values.

test

One of "HTZ", "Naive-F", or "chi-square".