Make Model Comparison, Filters by Scheme, Country of Birth, and Convergance

model_comparison(DF, Scheme, Pop, Digits = 3)

Arguments

DF

A dataframe of summarised model results.

Scheme

A character string specifying the scheme to select models for.

Pop

A character string speccifying the population to select models for.

Digits

Numeric, the number of digits to round to.

Value

A summarised table comparing model results

See also

format_est_sd

Examples