sparsemse | R Documentation |
Fit the SparseMSE approach of Chan et al. (2020). Note: computationally-intensive bootstrap confidence intervals are only computed as part of a call to the estimates()
function.
sparsemse(data, pthresh=0.02)
data |
object of class "MSEdata" representing list inclusion pattern counts. |
pthresh |
p-value threshold for forward stepwise p-value thresholding. Default is 0.02. |
Object of class "sparsemse" containing the fitted model "fit" as well as the arguments "args" passed to this function. Use the function estimates()
to recover point and interval estimates.
sparsemse_fit <- sparsemse(UK) estimates(sparsemse_fit, mc.cores = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.