Creates an RDBESEstObject from RDBES data
Usage
createRDBESEstObject(
rdbesPrepObject,
hierarchyToUse = NULL,
stopTable = NULL,
verbose = FALSE,
strict = TRUE,
incDesignVariables = TRUE
)Arguments
- rdbesPrepObject
The RDBES object that should be used to create an estimation object
- hierarchyToUse
The upper RDBES hierarchy to use
- stopTable
(Optional) The table to stop at in the RDBES hierarchy. If specified, only tables up to and including this table will be included in the resulting RDBESEstObject. The default is NULL, which means all tables in the hierarchy will be included.
- verbose
(Optional) Set to TRUE if you want informative text printed out, or FALSE if you don't. The default is FALSE.
- strict
(Optional) This function validates its input data - should the validation be strict? The default is TRUE.
- incDesignVariables
(Optional) Should the design variables be included? The default is TRUE.