print.micp | R Documentation |
Prints a summary of the inference
## S3 method for class 'micp' print(x, ...)
x |
An object returned by 'micp.stats()'. |
... |
Optional additional arguments (currently unused). |
The printed string.
ks <- c(19, 41, 15, 39, 39) ns <- c(45, 51, 20, 46, 58) results <- micp::micp.stats(ks, ns) print(results)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.