extract_model: Extract a model from a sleuth object
Description
This function extracts the parameter estimates from a sleuth model after it
has been fit with sleuth_fit
.
Usage
extract_model(obj, which_model)
Value
a data frame including a column for the target_id, the term (which coefficient),
and the corresponding standard error.