petab_parameters | R Documentation |
Constructor for Parameters
petab_parameters( parameterId, parameterName = NA, parameterScale = c("log10", "log", "lin")[[1]], lowerBound = 1e-05, upperBound = 1000, nominalValue = 1, estimate = c(1, 0)[[1]], initializationPriorType = c("parameterScaleUniform", "uniform", "normal", "laplace", "logNormal", "logLaplace", "parameterScaleNormal", "parameterScaleLaplace")[[1]], initializationPriorParameters = "-1;1", objectivePriorType = c("parameterScaleNormal", "parameterScaleUniform", "uniform", "normal", "laplace", "logNormal", "logLaplace", "parameterScaleLaplace")[[1]], objectivePriorParameters = "0;2" )
parameterId |
character |
parameterName |
character |
parameterScale |
"lin", "log", "log10" |
lowerBound, upperBound, nominalValue |
numeric |
estimate |
0 or 1 |
initializationPriorType |
see argument suggestions |
initializationPriorParameters |
see argument suggestions |
objectivePriorType |
see argument suggestions |
objectivePriorParameters |
see argument suggestions |
data.table
Daniel Lill (daniel.lill@physik.uni-freiburg.de)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.