View source: R/Crawford_Howell.R
Crawford_Howell | R Documentation |
Computes Crawford-Howell t-test comparing a single case to a set of controls.
Crawford_Howell(case, control)
case |
single case score |
control |
vector of control scores |
Returns a data frame with three values: t, df, and p.
Crawford_Howell(649, c(243, 175, 231, 164, 236, 131, 302, 303, 363, 287, 205, 297, 144, 789, 210, 245))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.