pistar | R Documentation |
pistar
is a wrapper function for all functions estimating the
Rudas-Clogg-Lindsay pi* mixture index of fit from
package pistar.
pistar(proc, ...)
proc |
|
... |
arguments passed to the function. |
An object of class
"Pistar"
.
Juraj Medzihorsky
# create data in a 2-by-2 table H <- matrix(rpois(4, 20), ncol=2) # find pi* for independence (i.e. odds ratio of 1) h <- pistar(proc="2by2", data=H, alpha=1, jack=FALSE) h
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.