-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
Refactoring of analyze_vars
with specifics for .stat_names
#1361
Conversation
fix test use as.facotr instead update example update example save changes
4cf2edf
to
ef23cad
Compare
…tern into 1352_fix_stats@main
@shajoezhu I think all of the issues with this PR have been fixed. I'm not sure why but the Pkgdown Docs check always seems to take longer to update its package dependencies, which I think is why this check still isn't passing. |
…tern into 1352_fix_stats@main
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is brilliant work! Thanks a lot @Melkiades @edelarua
@@ -780,7 +780,7 @@ analyze_vars <- function(lyt, | |||
var_labels = var_labels, | |||
afun = a_summary, | |||
na_str = na_str, | |||
inclNAs = na_rm, | |||
inclNAs = !na_rm, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
eheh this silly mistake got on my nerves! nice catch
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I noticed there are different ways to handle NAs in each statistical function. What should we do about this? Keep NAs until the last statistical level and then do separate things or take them out here? @edelarua @shajoezhu
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lets fix this in new version. agree
Pull Request
Fixes #1352