View source: R/rank_estimates.R
rank_estimates | R Documentation |
A helper function for get_estimates, which is also used inside add_estimates. Rank-orders estimated transitions by predicted importance, such that estiamted transitions are passed to model starting parameters in order of decreasin predicted importance. Handles the very common case in which more transitons are estimated from the input data than will be fit by the downstream model. The case where fewer estimates are identified than are fit in the downstream model is handled by default values provided to to in tidy_estimates.
rank_estimates(est_df, ...)
est_df |
a tibble of estimated transitions, as output by tidy_estimates |
... |
permit the presence additional parameters, which may be passed via ... from upstream functions, but are ignored here. |
do this
get_estimates
add_estimates
tidy_estimates
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.