Learn R Programming

beezdemand (version 0.2.0)

.hurdle_normalize_starts: Normalize User-Provided Starting Values

Description

Internal function to handle backwards-compatibility and normalization of user-provided starting values.

Usage

.hurdle_normalize_starts(start_values, n_re, has_k)

Value

Normalized starting values list.

Arguments

start_values

User-provided named list of starting values.

n_re

Number of random effects (2 or 3).

has_k

Logical, whether the model has a k parameter.