GradRobustStep | R Documentation |
Hill-Climbing algorithm to identify optimal GLMM design
GradRobustStep( idx_in, n, C_list, X_list, Z_list, D_list, w_diag, max_obs, weights, exp_cond, nfix, V0_list, any_fix = 0L, type = 0L, rd_mode = 1L, trace = TRUE, uncorr = FALSE, bayes = FALSE )
idx_in |
Integer vector specifying the indexes of the experimental conditions to start from |
n |
Integer specifying the size of the design to find. For local search, this should be equal to the size of idx_in |
C_list |
List of C vectors for the c-optimal function, see glmmr[DesignSpace] |
X_list |
List of X matrices |
weights |
Vector specifying the weights of each design |
exp_cond |
Vector specifying the experimental condition index of each observation |
nfix |
Vector listing the experimental condition indexes that are fixed in the design |
any_fix |
Integer. 0 = no experimental conditions are fixed, 1 = some experimental conditions are fixed |
type |
Integer. 0 = local search algorith. 1 = greedy search algorithm. |
rd_mode |
Integer. Robust objective function, 1=weighted average, 2=minimax |
trace |
Logical indicating whether to provide detailed output |
N |
Integer specifying number of experimental conditions in the optimal design |
sig_list |
List of inverse covariance matrices |
A vector of experimental condition indexes in the optimal design
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.