Description Usage Arguments Value See Also
View source: R/covarProfiles-plotFcn.R
covarProfiles() is an internal function that
takes a dataset and returns a plot.
| 1 2 | covarProfiles(ds, CPplotPts = TRUE, CPplotLines = TRUE, col.outcome,
  col.trt, col.ITE, col.grp, cols.covars, cols.cts, cols.ctg, simData)
 | 
| ds | Any object that can be coerced into a  | 
| CPplotPts | A logical scalar. Should the plot include points? | 
| CPplotLines | A logical scalar. Should the plot include connecting lines? | 
| col.outcome | A scalar integer, indicating the column of  | 
| col.trt | A scalar integer, indicating the column of  | 
| col.ITE | A scalar integer, indicating the column of  | 
| col.grp | A scalar integer, indicating the column of  | 
| cols.covars | A integer vector, indicating the columns of  | 
| cols.cts | A integer vector, indicating the columns of  | 
| cols.ctg | A integer vector, indicating the columns of  | 
| simData | A logical scalar, indicating whether the data is the
simple simulated data
( | 
If both of the logical arguments are false, the output will be a plotly object containing an empty plot. Otherwise, the output will be a ggplot object containing the plot.
Other plotting functions: forestPlotGen.fewGroups,
forestPlotGen.manyGroups,
forestPlot, groupQuantiles,
subgroupProfiles, vizByCovar,
vizBySubgroup
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.