Displaying 1 result from an estimated 1 matches for "tschuld".
Did you mean:
schuld
2024 Dec 13
1
Weird Behavior of mean
I've not checked the code, but I think that result would happen if mean
uses something like
if (na.rm == TRUE) {
# do something to remove the NA's
}
And as uses something like
If (na.rm != FALSE) {
# do something to remove the NA's
}
Or perhaps ever na.rm == T
If you ever see posts from Bert on here with T and F, he is hard core
thorough and uses full words for exactly this