You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The get_means() function is not found. It's throwing error. I am using the currently available version of psycho installed via install.package. I am using Microsoft R Open 3.5.1
@raheems That is very weird. Could you test your psycho version (packageVersion("psycho"))? Also, could you try to install the github version (although the github version should be fairly similar to the CRAN version)?
@erikgarcia22 While I am not sure about the cause of the original issue, yours is related to the recent update of psycho and the moving of some of its functions to other packages. In particular, get_means() and get_contrasts have been moved to modelbased (renamed as estimate_means).
See this reply for some more context. Let me know how that went
The get_means() function is not found. It's throwing error. I am using the currently available version of psycho installed via install.package. I am using Microsoft R Open 3.5.1
Error in get_means(fit) : could not find function "get_means"
The text was updated successfully, but these errors were encountered: