print.mboottest: S3 method to print key information for objects of type...

View source: R/methods.R

print.mboottestR Documentation

S3 method to print key information for objects of type mboottest

Description

S3 method to print key information for objects of type mboottest

Usage

## S3 method for class 'mboottest'
print(x, ..., digits = 4)

Arguments

x

object of type mboottest

...

Further arguments passed to or from other methods.

digits

Number of rounding digits

Value

A scalar containing the effective number of observations used in 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
  )
print(wboottest)

## End(Not run)


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