Returns the TrialDesignCharacteristics
as data frame.
# S3 method for TrialDesignCharacteristics
as.data.frame(x, row.names = NULL,
optional = FALSE, niceColumnNamesEnabled = TRUE,
includeAllParameters = FALSE, ...)
logical. If TRUE
, nice looking names will be used;
syntactic names otherwise (see make.names
).
logical. If TRUE
, all parameters will be included;
a meaningful parameter selection otherwise.
Each element of the TrialDesignCharacteristics
is converted to a column in the data frame.