View source: R/ExcavatedTtest.R
Run a T-test on excavated and non-excavated mussels Note: filter out the non-excavated and excavated dataframes. # Nonexcavated_mussels <- filter(SH16_Mussels, Excavated == "N") %>%
1 | ExcavatedTtest(Nonexcavated_list, Excavated_list)
|
Nonexcavated_list |
A list of nonexcavated mussel metrics |
Excavated_list |
A list of excavated mussel variables @return Dataframe A dataframe of the T-test model |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.