Description Usage Arguments Value See Also
This function is now retired. Please use fit_density
directly for tuning parameter set-up.
Calling this function now will have no effect. Previously provided additional options that control the estimation algorithm in condensier
package.
1 2 3 | condensier_options(bin_estimator = speedglmR6$new(), parfit = FALSE,
bin_method = c("equal.len", "equal.mass", "dhist"), nbins = NA,
max_n_cat = 20, poolContinVar = FALSE, max_n_bin = 1000)
|
bin_estimator |
The estimator to use for fitting the binary outcomes (defaults to |
parfit |
Default is |
bin_method |
The method for choosing bins when discretizing and fitting the conditional continuous summary
exposure variable |
nbins |
Set the default number of bins when discretizing a continous outcome variable under setting
|
max_n_cat |
Max number of unique categories a categorical variable |
poolContinVar |
Set to |
max_n_bin |
Max number of observations per 1 bin for a continuous outcome (applies directly when
|
Invisibly returns a list with old option settings.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.