Description Usage Arguments Details Examples
hTest provides some basic hypothesis statistical tests, and can detect which test method should be used based on the variable modes and distribution of continuous variables.
1 2 3 |
data |
data.frame |
xvars |
variables on the right hand side. |
yvars |
variables on the left hand side. when yvars is null, statistical tests are made on xvars. |
alter |
could be two.sided,less,greater. |
paired |
logical, if the x variable and yvariable is paired. |
confLevel |
confidence level,alpha=1-confLevel |
nullHyp |
eg. mu=0 in t.test |
normalSampleSize |
integer, when sample size exceed this value, always using parametric tests instead. |
when there are multiple variables both in xvars and yvars params, hTest performs statistical tests on each x and y.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.