intLik_phi: ILR CI for misclassification parameter phi

Usage Arguments Examples

View source: R/intLik_phi.R

Usage

1
2
3
4
5
intLik_phi(
  data = c(
      z1 = 40, z2 = 77, m01 = 15, m02 = 12, y01 = 6, y02 = 1, N0 = 0.7, N = 27.89
  ), alpha = 0.05, closed_form = TRUE
)

Arguments

x

Examples

1
2
3
4
5
6
7
8
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (x)
{
  }

BriceonWiley/IntegratedLikelihood.R documentation built on Aug. 21, 2020, 11 p.m.