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 adult same day extraneous step #78

Draft
wants to merge 23 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
2a2686a
Reset diff for SDEs (used in height comparison)
delosh653 Jun 28, 2022
ab32ad2
Fix typo in comment
delosh653 Jul 8, 2022
1dd9ebe
Update rules for replacing mean in SDEs
delosh653 Jul 14, 2022
547b173
Update SDE text to reflect not removing means
delosh653 Jul 14, 2022
6c2ef6a
Update tests for SDE algorithm change
delosh653 Jul 14, 2022
8008824
Update version
delosh653 Jul 14, 2022
347c53b
Update sde steps to new rules
delosh653 Jul 28, 2022
18216c4
Update SDE rules for EWMA comparison
delosh653 Aug 3, 2022
a8e8eef
Fix EWMA calculations for SDEs, without SDE in weighting
delosh653 Aug 4, 2022
4c2791c
Fix bugs for next day differences
delosh653 Aug 5, 2022
309be5d
Fix tests for SDE
delosh653 Aug 5, 2022
ce7515c
Update remaining SDE test
delosh653 Aug 5, 2022
7bfd295
Add check for any extraneous remaing with step order change
delosh653 Aug 9, 2022
e31c8ef
Update duplicate ratio to compare days, not observations
delosh653 Aug 29, 2022
747c11b
Add equals to duplicate ratio cutoff
delosh653 Sep 12, 2022
49c5c8c
Add SDE rule for trivial differences
delosh653 Sep 13, 2022
067fa9a
Update placement of new SDE rule, update codes temporarily
delosh653 Sep 20, 2022
6b35b9b
Update duplicate ratio to disinclude exact, add testing
delosh653 Oct 6, 2022
99e8639
Update similar step to come before duplicate/adjacent step
delosh653 Oct 11, 2022
3b934b5
Fix "weight allow" to find min across both days
delosh653 Oct 18, 2022
2d4419e
Add esd_strict, default false, to add looser criteria to SDE
delosh653 Oct 25, 2022
5f0179b
Update adjacent rules for SDEs, both strict and loose
delosh653 Oct 26, 2022
2213886
Fix bug related to median calculation
delosh653 Nov 3, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: growthcleanr
Type: Package
Title: Growth Measurements Cleaner
Version: 2.0.0
Version: 2.1.0
Authors@R: c(
person("Daymont","Carrie",,"[email protected]",c("aut","cre")),
person("Grundmeier","Robert",,"[email protected]","aut"),
Expand Down
Loading