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