writeCSV {bdots} | R Documentation |
Write fits from bdotsBoot
to csv file
Description
The function is used to write out columns for each group for which a curve was bootstrapped
Usage
writeCSV(bootObj, file, alpha = 0.05, ...)
Arguments
bootObj |
An object of class |
file |
file name to write out csv |
alpha |
alpha level for upper/lower CI |
... |
Other arguments passed to |
Details
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.
[Package bdots version 1.2.5 Index]