eff | R Documentation |
A generic function that returns the efficiency for either exact designs to approximate designs or exact design to a given design
eff(exact_design, ex = NULL) ## Default S3 method: eff(exact_design, ex = NULL) ## S3 method for class 'dropout' eff(exact_design, ex = NULL) ## S3 method for class 'proportional' eff(exact_design, ex = NULL) ## S3 method for class 'interference' eff(exact_design, ex = NULL)
exact_design |
A S3 object returned by |
ex |
Matrix. Design to be compared to. Default is |
Numeric. Relative Efficiency.
If ex
is given, return relative efficiency by Φ_{example}/Φ_{exact\_design};
If ex
is missing, return relative efficiency by Φ_{approx\_design}/Φ_{exact\_design}.
see examples in design.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.