Christine P. Chai
Christine P. Chai
Does this software citation show up in the creators' Google Scholar profile?
I tried the code with `C(Group, reference=Control)`, but this still does not work. ``` trial_model_2 = bmb.Model("Conversion ~ C(Group, reference='Control')", df2, priors={'Intercept': bmb.Prior('Normal', mu=2, sigma=4), 'C(Group, reference=Control)': bmb.Prior('Normal', mu=5, sigma=1)},...
This finally works for me, thank you for pointing out! But I still think the auto-formatting needs to be fixed in the next update.
@jaARke This is similar to my PR #360 . Can we merge the two versions into a single CONTRIBUTING.md?
#336 I made a PR to add some basic contributing guidelines. Hope this helps!
Levels.fyi URL: [https://www.levels.fyi/](https://www.levels.fyi/)
Since Gertrude Cox is already added to the Wikipedia list, can we close this issue for better organization of the repository?
@InessaPawson I closed this PR by accident, so I reopened a new PR #875 for the changes.
@mdhaber Thank you for your thoughtful comments! My recommendation is to have a `.bib` file for all references, and use LaTeX compilation to generate the bibliography. The main advantage is...
@mdhaber Thank you for the detailed instructions again. This time I replaced many `https://doi.org/` links with the `:doi:` notation. I modified only the Python-related files, and I did not touch...