petabSelect_LRT | R Documentation |
Likelihood ratio test
petabSelect_LRT(comparisonTable, alpha = 0.05)
comparisonTable |
output from |
alpha |
Significance level of statistical test |
Prints a message, returns the printed table invisbly
Daniel Lill (daniel.lill@physik.uni-freiburg.de)
Other petab select:
as.data.table.reportYaml()
,
pd_petabSelect_collectEstimatedParameters()
,
pd_petabSelect_collectParameters()
,
pd_petabSelect_collectReportYamlCriteria()
,
pd_petabSelect_reportYaml()
,
petabSelect_collectReportYamlCriteria()
,
petabSelect_compareModels()
,
petabSelect_readReportYaml()
,
petabSelect_reportYaml()
,
petabSelect_writeReportYaml()
comparisonTable <- data.table(tibble::tribble( ~model_id, ~nEstimatedPars , ~`-2LL`, "Model_full" , 2, 5, "Model_reduced", 1, 9))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.