View source: R/flash_nullcheck.R
flash_nullcheck | R Documentation |
Sets factor/loadings pairs to zero if doing so improves the variational
lower bound (ELBO). See flash
for examples of usage.
flash_nullcheck(flash, kset = NULL, remove = TRUE, tol = NULL, verbose = NULL)
flash |
A |
kset |
A vector of integers specifying which factors to nullcheck.
If |
remove |
Whether to remove factors that have been set to zero from the
|
tol |
The "tolerance" parameter: if a factor does not improve the ELBO
by at least |
verbose |
When and how to display progress updates. For nullchecks,
updates are only displayed when |
The flash
object from argument flash
, with
factors that do not improve the ELBO by at least tol
either set
to zero or removed (depending on the argument to parameter remove
).
flash_factors_remove
,
flash_factors_set_to_zero
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.