Peptides | R Documentation |
An amino acid bioactive peptide considered to be neurotoxic in the adult brain and a potential key driver of neurodegeneration is measured in samples from 17 men and 21 women.
Peptide
A data frame with 38 observations on the following 2 variables.
peptide
Peptide concentrations.
sex
Sex of patient (M
= male, F
= female)
data(Peptides, package = "R4HCR")
# Compare levels in men and women.
t.test(peptide ~ sex, data = Peptides)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.