View source: R/RunCharacterization.R
createCharacterizationSettings | R Documentation |
This function creates a list of settings for different characterization studies
createCharacterizationSettings(
timeToEventSettings = NULL,
dechallengeRechallengeSettings = NULL,
aggregateCovariateSettings = NULL
)
timeToEventSettings |
A list of timeToEvent settings |
dechallengeRechallengeSettings |
A list of dechallengeRechallenge settings |
aggregateCovariateSettings |
A list of aggregateCovariate settings |
Specify one or more timeToEvent, dechallengeRechallenge and aggregateCovariate settings
Returns the connection to the sqlite database
Other LargeScale:
loadCharacterizationSettings()
,
runCharacterizationAnalyses()
,
saveCharacterizationSettings()
# example code
drSet <- createDechallengeRechallengeSettings(
targetIds = c(1,2),
outcomeIds = 3
)
cSet <- createCharacterizationSettings(
dechallengeRechallengeSettings = drSet
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.