powered by
Internal function to calculate mathematical efficiencies of designs.
dcm.design.effcy(des)
An effects-coded design to be evaluated.
Overall D-efficiency: det(M)^(-1/k), where det(M) is the determinant of the dispersion matrix X'X, and k is the number of parameters.
D
Variance-covariance matrix derived from M.
Parameter standard deviations: sqrt(diag(V)).
Calculates overall D-efficiency, the variance-covariance matrix, and standard deviations for each parameter from an effects coded design.
Called internally by dcm.design and dcm.design.cand.
dcm.design
dcm.design.cand
dcm.design, dcm.design.cand
# NOT RUN { des <- dcm.design(c(3,3,4,3), 10, 8, 3)$effects$design eff <- dcm.design.effcy(des) # }
Run the code above in your browser using DataLab