rxStack {rxode2et} | R Documentation |
Stack a solved object for things like default ggplot2 plot
Description
Stack a solved object for things like default ggplot2 plot
Usage
rxStack(data, vars = NULL, doSim = TRUE)
Arguments
data |
is a rxode2 object to be stacked. |
vars |
Variables to include in stacked data; By default this is all the variables when vars is NULL. When vars is When the vars is When you specify the |
doSim |
boolean that determines if the "sim" variable in a
|
Value
Stacked data with value
and trt
, where value is the values
and trt
is the state and lhs
variables.
Author(s)
Matthew Fidler