Learn R Programming

Greg (version 1.2)

prPrintCAstring: Prep for printing

Description

Since we have both the print and the knit_print that we need to call it is useful to have a common string preparer. Note: Currently knit_print doesn't work as expected...

Usage

prPrintCAstring(x, css.rgroup, ...)

Arguments

x
The output object from the printCrudeAndAdjustedModel function
css.rgroup
Css style for the rgorup, if different styles are wanted for each of the rgroups you can just specify a vector with the number of elements. Passed on to htmlTable.
...
Passed onto the Hmisc::latex function, or to the htmlTable via the print call. Any variables that match the formals of getCrudeAndAdjustedModelData are identified and passed on in case you have provided a model and not the returned element from the getCrudeAndAdjustedModelData call.