| nobs.mboottest | R Documentation | 
mboottest()S3 method to obtain the effective number of observation used
in mboottest()
## S3 method for class 'mboottest' nobs(object, ...)
| object | object of type mboottest | 
| ... | Further arguments passed to or from other methods. | 
A scalar containing the effective number of observations
used in mboottest()
## 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
  )
nobs(wboottest)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.