writeCSV | R Documentation |
bdotsBoot
to csv fileThe function is used to write out columns for each group for which a curve was bootstrapped
writeCSV(bootObj, file, alpha = 0.05, ...)
bootObj |
An object of class |
file |
file name to write out csv |
alpha |
alpha level for upper/lower CI |
... |
Other arguments passed to |
This is potentially useful for constructing plots in a separate
application. There is an additional column, Significant
indicating if
a particular time point was considered significant between the difference curves.
For difference of difference objects, this only indicates significance for the
outer difference.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.