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

Fix Makefile; add na.rm = TRUE and is.finite to part 2 #2

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

zkamvar
Copy link
Member

@zkamvar zkamvar commented Apr 3, 2018

The summaries of the data were being affected by a zero value of the control, which caused the
calculation of the percent for that value to be infinite for one of the experiments that also had zero growth and NaN for those that did have growth.

This PR fixes the following:

  • running Make will now automatically clean and rebuilt every time
  • infinite values are excluded from the calculation of mean values
  • top-level HTML files were removed

The summaries of the data were being affected by
a zero value of the control, which caused the
calculation of the percent for that value to be
infinite for one of the experiments that also
had zero growth and NaN for those that did have
growth.
All HTML files should live in the docs/ folder. These
were created by manually clicking on the Compile Report
button.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant