Skip to content

Commit

Permalink
Drop 'n' column from prior/posterior summary tables.
Browse files Browse the repository at this point in the history
Used this one-liner:
    python -c "import pandas as pd; pd.read_csv('posteriors_table.csv').drop(columns='n').to_csv('posteriors_table_no_n.csv')"
  • Loading branch information
tobeycarman committed Dec 18, 2020
1 parent cc94526 commit bf39789
Show file tree
Hide file tree
Showing 3 changed files with 1,723 additions and 1,724 deletions.
3 changes: 1 addition & 2 deletions README_prior_posterior_summary_tables.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ The scripts are as follows:
* distname = statistical distribution assigend to the parameter range of values, using R distributions
* parama = first parameter of the distribution
* paramb = second parameter of the distribution
* n = the number of samples in the Bety DB for the parameter/variable
* cimin = lower confidence interval
* cimax = upper confidence interval
* median = median value of the parameter
* median = median value of the parameter
Loading

0 comments on commit bf39789

Please sign in to comment.