estNull2: Null model estimation

Description Usage Arguments Details Value See Also

View source: R/npbin.R

Description

Null model estimation

Usage

1
2
3
estNull2(x, m, mod, prep, init = NULL, iter.max = 200,
  err.max = 1e-06, algorithm = "NLOPT_GN_DIRECT_L",
  pseq = (1:9999)/10000, lb = c(0, 0), ub = rep(log(10000), 2))

Arguments

x

x

m

m

mod

mod

prep

Info prepared by estNull1

init

init

iter.max

Maximum number of iterations for EM algorithm

err.max

err.max

algorithm

Numerical library to use

pseq

pseq

lb

Lower bounds

ub

Upper bounds

Details

estimate the null model, part 2

Value

mod

See Also

dbetabinom.vec

Other estNulls: estNull1, estNull


anthony-aylward/npbin documentation built on Aug. 22, 2019, 8:08 a.m.