1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/datasets.R
\docType{data}
\name{RCT_table}
\alias{RCT_table}
\title{Fictional Results from a Workers' Randomized Control Trial}
\format{
A 2-by-2 table, with a \emph{column} for each group and a \emph{row} for the diagnosis.
\if{html}{\out{<div class="sourceCode r">}}\preformatted{data("RCT_table")
RCT_table
#> Group
#> Diagnosis Treatment Control
#> Sick 71 30
#> Recovered 50 100
}\if{html}{\out{</div>}}
}
\description{
Fictional Results from a Workers' Randomized Control Trial
}
\seealso{
Other effect size datasets:
\code{\link{Music_preferences2}},
\code{\link{Music_preferences}},
\code{\link{Smoking_FASD}},
\code{\link{food_class}},
\code{\link{hardlyworking}},
\code{\link{screening_test}}
}
\concept{effect size datasets}
\keyword{data}
|