R/data.R
data_t_pratio.Rd
An example dataset for paired ratio Student's t test. These are Cytokine measurements by ELISA (in ng/ml) from 33 independent in vitro experiments performed on two Genotypes that we want to compare. The data are in a longtable format, and the two groups are levels within the factor "Genotype". The Experiment column lists ID of matched experiments.
data_t_pratio
data.frame: 66 obs. of 3 variables:
Factor with 2 levels, representing genotypes to be compared ("WT" & "KO").
A random factor with 33 levels representing independent experiments, denoted as "Exp_1", "Exp_2"...
Numerical dependent variable indicating cytokine measured by ELISA.