Q: Constructs initial values for q

Description Usage Arguments Value

View source: R/data.R

Description

The Q constructor returns a R6 Q_ class which feeds sanitised initial values for q into the model.

Usage

1
Q(data, q, type)

Arguments

data

long-format data.frame containing type-name and q-value for each observation.

q

name of 'q' column

type

name of type column

Value

A Q_ data structure for use in sourceR models


sourceR documentation built on Aug. 31, 2020, 5:06 p.m.

Related to Q in sourceR...