write_fits_to_excel_from_tibble: Write fit information to an Excel workbook.

Description Usage Arguments Details Value

View source: R/survival_fit_output.R

Description

Write fit information to an Excel workbook.

Usage

1
2
write_fits_to_excel_from_tibble(fit_tibble, wb, skip_at_start = 3,
  skip_between = 1, alignment = c("horizontal", "vertical"), B_ci = 100)

Arguments

fit_tibble

a tibble of fits

wb

the workbook object, or a character string with its file path

skip_at_start

how many lines to skip at the top of each page

skip_between

how many lines to skip between output sections

alignment

either "horizontal" or "vertical"

B_ci

number of simulations to use for confidence intervals for flexsurvreg objects; becomes the B of flexsurv::summary.flexsurvreg()

Details

Called for the side effect of creating Excel output.

alignment = 'vertical' means sections are written one after the other down the page. If alignment = 'horizontal', then some parts will be written next to each other.

Value

data suitable for plotting, invisibly.


MattWiener/heemodFits documentation built on May 19, 2019, 8:21 a.m.