fitting_problem {mlfit} | R Documentation |
Create a fitting problem
Description
Soft-deprecated, new code should use ml_problem()
.
Usage
fitting_problem(
ref_sample,
controls = list(individual = individual_controls, group = group_controls),
field_names,
individual_controls,
group_controls,
prior_weights = NULL
)
Value
See ml_problem()
.
[Package mlfit version 0.5.3 Index]