writeCSV: Write fits from 'bdotsBoot' to csv file

View source: R/writeCSV.R

writeCSVR 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 bdotsBootObj

file

file name to write out csv

alpha

alpha level for upper/lower CI

...

Other arguments passed to data.table::fread

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.


bdots documentation built on Jan. 7, 2023, 1:18 a.m.