tidy.mboottest: S3 method to summarize objects of class mboottest into tidy...

View source: R/methods.R

tidy.mboottestR Documentation

S3 method to summarize objects of class mboottest into tidy data.frame

Description

S3 method to summarize objects of class mboottest into tidy data.frame

Usage

## S3 method for class 'mboottest'
tidy(x, ...)

Arguments

x

object of type mboottest

...

Further arguments passed to or from other methods.

Value

A tidy data.frame with estimation results for objects of type mboottest

Examples

## Not run: 
requireNamespace("clubSandwich")
R <- clubSandwich::constrain_zero(2:3, coef(lm_fit))
wboottest <-
  mboottest(
    object = lm_fit,
    clustid = "group_id1",
    B = 999,
    R = R
  )
summary(wboottest)
print(wboottest)
nobs(wboottest)
pval(wboottest)
generics::tidy(wboottest)

## End(Not run)

fwildclusterboot documentation built on March 7, 2023, 5:33 p.m.