Skip to content

Problem with grandmean function#3

Open
BenjaminKay wants to merge 1 commit intoavrilcoghlan:masterfrom
BenjaminKay:patch-3
Open

Problem with grandmean function#3
BenjaminKay wants to merge 1 commit intoavrilcoghlan:masterfrom
BenjaminKay:patch-3

Conversation

@BenjaminKay
Copy link

Current implementation of grandmean ( grandmean <- mean(variable) ) does not work. Fixed to this:
grandmean <-mean(sapply(variable, mean))
which does.

Current implementation of grandmean ( grandmean <- mean(variable) ) does not work. Fixed to this:
grandmean <-mean(sapply(variable, mean))
which does.
@Dr-A-Soni
Copy link

Current implementation of grandmean ( grandmean <- mean(variable) ) does not work. Fixed to this: grandmean <-mean(sapply(variable, mean)) which does.

this solved the same issue i had

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.

2 participants