- n.factor
vector of numbers of distinct levels, "0" indicates continuous factors, "0"s always come first, "2" or above indicates discrete factor, "1" is not allowed
- factor.level
list of distinct levels, (min, max) for continuous factor, continuous factors first, should be the same order as n.factor
- hfunc
function for obtaining model matrix h(y) for given design point y, y has to follow the same order as n.factor
- joint_Func_b
The prior joint probability distribution of the parameters
- Lowerbounds
The lower limit of the prior distribution for each parameter
- Upperbounds
The upper limit of the prior distribution for each parameter
- link
link function, default "logit", other links: "probit", "cloglog", "loglog", "cauchit", "log", "identity"
- reltol
the relative convergence tolerance, default value 1e-5
- rel.diff
points with distance less than that will be merged, default value 0
- optim_grad
TRUE or FALSE, default is FALSE, whether to use the analytical gradient function or numerical gradient for searching optimal new design point
- maxit
the maximum number of iterations, default value 100
- random
TRUE or FALSE, if TRUE then the function will run EW lift-one with additional "nram" number of random approximate allocation, default to be FALSE
- nram
when random == TRUE, the function will run EW lift-one nram number of initial proportion p00, default is 3
- logscale
TRUE or FALSE, if TRUE then the EW ForLion will run EW lift-one with logscale, which is EW_liftoneDoptimal_log_GLM_func(); if FALSE then ForLion will run EW lift-one without logscale, which is EW_liftoneDoptimal_GLM_func()
- rowmax
maximum number of points in the initial design, default NULL indicates no restriction
- Xini
initial list of design points, default NULL will generate random initial design points