Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding interaction effects/feature combos (#17) #23

Merged
merged 4 commits into from Apr 7, 2019

Conversation

Projects
None yet
3 participants
@mbarnfield
Copy link
Contributor

mbarnfield commented Mar 15, 2019

Addressing issue #17

Also corrects/clarifies documentation on amce's ability to, and way of, calculating amces for constrained designs.

Please ensure the following before submitting a PR:

  • if suggesting code changes or improvements, open an issue first
  • for all but trivial changes (e.g., typo fixes), add your name to DESCRIPTION
  • for all but trivial changes (e.g., typo fixes), documentation your change in NEWS.md with a parenthetical reference to the issue number being addressed
  • if changing documentation, edit files in /R not /man and run devtools::document() to update documentation
  • add code or new test files to /tests for any new functionality or bug fix
  • make sure R CMD check runs without error before submitting the PR
Adding interaction effects/feature combos (#17)
Addressing issue #17

Also corrects/clarifies documentation on amce's ability to, and way of, calculating amces for constrained designs.
@codecov-io

This comment has been minimized.

Copy link

codecov-io commented Mar 15, 2019

Codecov Report

Merging #23 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #23   +/-   ##
=======================================
  Coverage   89.28%   89.28%           
=======================================
  Files          19       19           
  Lines         784      784           
=======================================
  Hits          700      700           
  Misses         84       84
Impacted Files Coverage Δ
R/plot_cj_amce.R 81.25% <ø> (ø) ⬆️
R/mm.R 100% <ø> (ø) ⬆️
R/amce.R 96.29% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1c0ec3a...6363105. Read the comment docs.

mbarnfield added some commits Mar 15, 2019

Higher-order mms with feature combos (#17)
A few revisions to mm documentation, including examples of higher-order mm estimation (interactions/combinations) and calculating mms with feature constraints
Feature combos/interactions for cj () (#17)
Adds estimation of mms and amces for feature combinations/interactions in cj() (#17)
Example of adding gridlines (changing theme)
Adds example of adding a ggplot2 theme to give gridlines for easier visual interpretation of coefficients

@leeper leeper merged commit 6363105 into leeper:master Apr 7, 2019

3 checks passed

codecov/patch Coverage not affected when comparing 1c0ec3a...6363105
Details
codecov/project 89.28% remains the same compared to 1c0ec3a
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.