equivTestMWCMLE {equivalenceTest} | R Documentation |
Equivalence test by Modified Wald test with standard error estimated by RMLE (MWCMLE)
Description
Equivalence test by Modified Wald test with standard error estimated by RMLE (MWCMLE).
Usage
equivTestMWCMLE(vecT, vecR, alpha = 0.05, marginX = 1.7,
method = "MWCMLE")
Arguments
vecT |
the sample data for test product, can be a vector of observed values or a list returned by |
vecR |
the sample data for reference product, can be a vector of observed values or a list returned by |
alpha |
the nominal size, default = 0.05 |
marginX |
the margin multiplier, default = 1.5 |
method |
a string indicating the method used in the equivalence test. |
Details
See Weng et al. (2018).
Value
a list containing the test result
References
Weng Y, Tsong Y, Shen M, Wang C (2018). “Improved Wald Test for Equivalence Assessment of Analytical Biosimilarity.” International Journal of Clinical Biostatistics and Biometrics, 4(1), 1–10.
[Package equivalenceTest version 0.0.1.1 Index]