fitting_problem: Create a fitting problem

Description Usage Value

View source: R/ml_problem.R

Description

Soft-deprecated, new code should use ml_problem().

Usage

1
2
3
4
5
6
7
8
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().


mlfit documentation built on Oct. 8, 2021, 9:09 a.m.