- n.factor
vector of numbers of distinct levels, “0” indicating continuous factors that always come first, “2” or more for discrete factors, and “1” not allowed.
- factor.level
list of distinct factor levels, “(min, max)” for continuous factors that always come first, finite sets for discrete factors.
- var_names
Names for the design factors. Must have the same length asfactor.level. Defaults to "X1", "X2", ...
- hfunc
function for generating the corresponding model matrix or predictor vector, given an experimental setting or design point.
- Integral_based
TRUE or FALSE, whether or not integral-based EW D-optimality is used, FALSE indicates sample-based EW D-optimality is used.
- b_matrix
matrix of bootstrapped or simulated parameter values.
- joint_Func_b
prior distribution function of model parameters
- Lowerbounds
vector of lower ends of ranges of prior distribution for model parameters.
- Upperbounds
vector of upper ends of ranges of prior distribution for model parameters.
- xlist_fix
list of discrete factor experimental settings under consideration, default NULL indicating a list of all possible discrete factor experimental settings will be used.
- link
link function, default "logit", other links: "probit", "cloglog", "loglog", "cauchit", "log", "identity"
- reltol
the relative convergence tolerance, default value 1e-5
- delta
relative difference as merging threshold for the merging step, the distance of two points less than delta may be merged, default 0, can be different from delta0 for the initial design.
- maxit
the maximum number of iterations, default value 100
- random
TRUE or FALSE, if TRUE then the function will run lift-one with additional "nram" number of random approximate allocation, default to be FALSE
- nram
when random == TRUE, the function will run lift-one nram number of initial proportion p00, default is 3
- logscale
TRUE or FALSE, whether or not to run the lift-one step in log-scale, i.e., using EW_liftoneDoptimal_log_GLM_func() or 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 indicating automatically generating an initial list of design points.