View source: R/statistical_analyses.R
track_CI_change | R Documentation |
Calculate credible interval for data obtained over the course of experiment
track_CI_change(time_series_result, colony_stats)
time_series_result |
A dataset with the results of the ant removal experiment;
retrieved by |
colony_stats |
A dataset containing numeric parameters describing colony state and
experiment preparation;retrieved by |
This function uses time_series_results
and colony_stats
datasets to
calculate how confidence interval for the null hypothesis and credible interval for
actual data changes over the course of experiment; this issue was examined following
the suggestion of the reviewer
an updated version of of time_series_results
data frame with CI values
added (long format)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.