OCamlR_statsSourceRuntime R statistics library.
Random generation for the normal distribution. mean and sd default to 0. and 1. respectively.
Fisher's exact test for independence
Chi-squared test for independence
val p'adjust :
?method_:[ `holm | `hochberg | `hommel | `bonferroni | `BH | `BY | `fdr ] ->
OCamlR_base.Numeric.t ->
OCamlR_base.Numeric.tval qqplot :
?main:string ->
?xlab:string ->
?ylab:string ->
?plot_type:OCamlR_graphics.plot_type ->
?lwd:int ->
?col:string ->
float array ->
float array ->
unit