operator.startvalues: Obtain initial values for the operator.

View source: R/estimateGH.R

operator.startvaluesR Documentation

Obtain initial values for the operator.

Description

A function to obtain initials for the operator.

Usage

operator.startvalues(
  Y,
  locs,
  mixedEffect_list,
  operator_list,
  measurement_list
)

Arguments

Y

A numeric list that contains outcome values.

locs

A numeric list that contains the timings at which the outcomes are collected.

mixedEffect_list

A list for random effects.

operator_list

A list for operator.

measurement_list

A list for measurement error.

Value

A list for operator. See e.g. "operator_list" in "estimateLong".

Examples

  ## Not run: 
  operator.startvalues(...)
  
## End(Not run)


davidbolin/ngme documentation built on Dec. 5, 2023, 11:48 p.m.