get_random_start: Create random start values

View source: R/fit_mmm.R

get_random_startR Documentation

Create random start values

Description

Take a model info object created by test_input_datatypes and add random start values

Usage

get_random_start(model_families, n_fixed, n_random)

Arguments

model_families

a list with model inf returned by test_input_datatypes

n_fixed

the number of fixed parameters

n_random

the number of random parameters

Value

a list with model information including:

  • The model family.

  • An indicator for the binary outomce in the binary.normal family.

  • Starting values for the model fitting stage.


JanvandenBrand/jmmm documentation built on May 30, 2022, 9:37 a.m.