pd_petabSelect_collectEstimatedParameters | R Documentation |
Chooses based on availability
If mstrust is available, take from mstrust
else take from "base" (which might be a single fit) CAREFUL: base might be worse than base_obsParsFitted, as base is not necessarily fitted
else take from "base_obsParsFitted"
else take from pd$pars (which might be unfitted)
pd_petabSelect_collectEstimatedParameters(pd)
pd |
a pd |
list(parameter = value)
Daniel Lill (daniel.lill@physik.uni-freiburg.de)
Other petab select:
as.data.table.reportYaml()
,
pd_petabSelect_collectParameters()
,
pd_petabSelect_collectReportYamlCriteria()
,
pd_petabSelect_reportYaml()
,
petabSelect_LRT()
,
petabSelect_collectReportYamlCriteria()
,
petabSelect_compareModels()
,
petabSelect_readReportYaml()
,
petabSelect_reportYaml()
,
petabSelect_writeReportYaml()
pd <- petab_exampleRead("01", "pd") pd_petabSelect_collectEstimatedParameters(pd)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.