You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is for discussing all design decisions related to the summarization step documented in #737
In the bootstrap, we compare the final parameter estimates of the based on model, to the bootstrap estimates:
However in SSE, we want to compare the initial (or "true") parameter estimates of the based on model, to the sse estimates.
What do we call this column? We have “original” for the bootstrap. Tyler suggested "true value"
Do we export a new version of param_estimates_compare for doing this, or just do this internally for printing the sse summary
Does the information below capture everything we want, and in the format that we want? Note that run details, heuristics, and SSE specifications are also captured, just not printed below.
sse_sum$analysis_summary
>sse_sum$analysis_summary# A tibble: 100 × 17absolute_model_pathrunerror_msgtermination_codeTHETA1THETA2THETA3THETA4THETA5`SIGMA(1,1)``OMEGA(1,1)``OMEGA(2,1)``OMEGA(2,2)`<chr><chr><lgl><dbl><dbl><dbl><dbl><dbl><dbl><dbl><dbl><dbl><dbl>1/data/Projects/package_dev/b… 001NA02.2456.8467.-0.07874.1410.032200.1062/data/Projects/package_dev/b… 002NA02.2355.2439.-0.08184.1310.15000.1033/data/Projects/package_dev/b… 003NA02.2653.8410.-0.08054.1110.034300.1424/data/Projects/package_dev/b… 004NA010.26.0815.0-0.01056.2113.02014.85/data/Projects/package_dev/b… 005NA02.3255.4423.-0.08054.0110.093700.3016/data/Projects/package_dev/b… 006NA02.4560.8432.-0.09104.6510.00000500.1147/data/Projects/package_dev/b… 007NA02.1556.5446.-0.08774.3510.063300.1028/data/Projects/package_dev/b… 008NA1344.5444.214.2-0.01615.8810.000005013.39/data/Projects/package_dev/b… 009NA02.3455.2396.-0.08194.0310.11600.066810/data/Projects/package_dev/b… 010NA02.3356.4457.-0.07624.0310.048800.234# ℹ 90 more rows# ℹ 4 more variables: bbi_summary <list>, ofv <dbl>, condition_number <dbl>, any_heuristics <lgl># ℹ Use `print(n = ...)` to see more rows
sse_sum$parameter_estimates
>sse_sum$parameter_estimates# A tibble: 900 × 10absolute_model_pathrunparameter_namesestimatestderrrandom_effect_sdrandom_effect_sdsefixeddiagshrinkage<chr><chr><chr><dbl><dbl><dbl><dbl><lgl><lgl><dbl>1/data/Projects/package_dev/bbr/inst/model/nonmem/basi… 001THETA12.24NANANAFALSENANA2/data/Projects/package_dev/bbr/inst/model/nonmem/basi… 001THETA256.8NANANAFALSENANA3/data/Projects/package_dev/bbr/inst/model/nonmem/basi… 001THETA3467.NANANAFALSENANA4/data/Projects/package_dev/bbr/inst/model/nonmem/basi… 001THETA4-0.0787NANANAFALSENANA5/data/Projects/package_dev/bbr/inst/model/nonmem/basi… 001THETA54.14NANANAFALSENANA6/data/Projects/package_dev/bbr/inst/model/nonmem/basi… 001 OMEGA(1,1) 0.0322NA0.179NAFALSETRUENA7/data/Projects/package_dev/bbr/inst/model/nonmem/basi… 001 OMEGA(2,1) 0NA0NATRUEFALSENA8/data/Projects/package_dev/bbr/inst/model/nonmem/basi… 001 OMEGA(2,2) 0.106NA0.325NAFALSETRUENA9/data/Projects/package_dev/bbr/inst/model/nonmem/basi… 001 SIGMA(1,1) 1NA1NATRUETRUENA10/data/Projects/package_dev/bbr/inst/model/nonmem/basi… 002THETA12.23NANANAFALSENANA# ℹ 890 more rows# ℹ Use `print(n = ...)` to see more rows
The text was updated successfully, but these errors were encountered:
This issue is for discussing all design decisions related to the summarization step documented in #737
In the bootstrap, we compare the final parameter estimates of the based on model, to the bootstrap estimates:
param_estimates_compare
for doing this, or just do this internally for printing the sse summaryDoes the information below capture everything we want, and in the format that we want? Note that run details, heuristics, and SSE specifications are also captured, just not printed below.
sse_sum$analysis_summary
sse_sum$parameter_estimates
The text was updated successfully, but these errors were encountered: