View source: R/population-study-design.R
loadStudyDesign | R Documentation |
Load a StudyDesign object from a file containing a study design table In this table, Line 1 is path, Line 2 is unit, Line 3 is type and subsequent lines are values. The cells for type can include "SOURCE" OR "TARGET". "SOURCE" type can also include subtype "MIN", "MAX" or "EQUALS". In the current version, unit is expected to be intern units of simulation.
loadStudyDesign(studyDesignFile, population, simulation)
studyDesignFile |
file name of study design table |
population |
|
simulation |
|
A StudyDesign
object'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.