View source: R/built_in_models.r
textualmodel | R Documentation |
Use to create an empty model object and optionally supply location of .mdl file to initialize model with PML statements.
textualmodel(modelName = "", workingDir = "", data, mdl = NULL)
modelName |
Model name to create subdirectory for model output in current working directory. |
workingDir |
Working directory to run the model. Current working directory will be used if |
data |
Input dataset |
mdl |
File path specifying location of test.mdl file |
NlmePmlModel
object
model <- textualmodel(data = pkData)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.