View source: R/DataManagement.R
finalizeSqlCyclopsData | R Documentation |
finalizeSqlCyclopsData
finalizes a Cyclops data object
finalizeSqlCyclopsData(
object,
addIntercept = FALSE,
useOffsetCovariate = NULL,
offsetAlreadyOnLogScale = FALSE,
sortCovariates = FALSE,
makeCovariatesDense = NULL
)
object |
Cyclops data object |
addIntercept |
Add an intercept covariate if one was not imported through SQL |
useOffsetCovariate |
Specify is a covariate should be used as an offset (fixed coefficient = 1).
Set option to |
offsetAlreadyOnLogScale |
Set to |
sortCovariates |
Sort covariates in numeric-order with intercept first if it exists. |
makeCovariatesDense |
List of numeric or character covariates names to densely represent in Cyclops data object. For efficiency, we suggest making at least the intercept dense. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.