estNull: Null model estimation

Description Usage Arguments Details Value See Also

View source: R/npbin.R

Description

Null model estimation

Usage

1
2
3
estNull(x, m, mod, init = NULL, ncores = 1, 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

init

init

iter.max

Maximum number of iterations for EM algorithm

err.max

err.max

pseq

pseq

lb

Lower bounds

ub

Upper bounds

prep

Info prepared by estNull1

algoritm

Numerical library to use

Details

estimate the null model

Value

mod

See Also

npbin

Other estNulls: estNull1, estNull2


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