StateCalculator: Calculates State Given Individual Test Results

Description Usage Arguments Value

View source: R/EM.R

Description

Calculates state tuple result given individual tests, can output partially observed data. Incorportated in CombineandPattern().

Usage

1
StateCalculator(val1, val2, val3, max2, max3, reduce_ng = F)

Arguments

val1

value from test 1

val2

value from test 2

val3

value from test 3

max2

number of values the second test can take on

max3

number of values the third test can take on

reduce_ng

if true, if the first two tests are negative imputes negative for the third test

Value

tuple value, may be vector if partially observed


jordanaron22/PartiallyObservedHMM documentation built on May 21, 2020, 6:49 p.m.