Lms2.cv | R Documentation |
Calculates the critical values of the logarithmic minimum test.
Lms2.cv(nr, nc, n, alfa, B = 10000)
nr |
a number of rows |
nc |
a number of columns |
n |
a sample size |
alfa |
a significance level |
B |
an integer specifying the number of replicates used in the Monte Carlo test (optional) |
The Critical value of the logarithmic minimum test for independence in r x c contingency table,
The function returns the critical value of the logarithmic minimum test.
Piotr Sulewski, piotr.sulewski@apsl.edu.pl, Pomeranian University in Slupsk.
Sulewski, P. (2019). The LMS for Testing Independence in Two-way Contingency Tables. Biometrical Letters 56(1), 17-43 #'
Lms2.cv(2, 2, 40, 0.05, B = 1e3)
Lms2.cv(2, 3, 60, 0.1, B = 1e2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.