rank_estimates: Rank estimated transitions by their predicted importance

View source: R/rank_estimates.R

rank_estimatesR Documentation

Rank estimated transitions by their predicted importance

Description

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.

Usage

rank_estimates(est_df, ...)

Arguments

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.

Value

do this

See Also

get_estimates

add_estimates

tidy_estimates


taiawu/dsfworld_package documentation built on June 18, 2024, 5:39 a.m.