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
When I run this code, I get the error Error: Can't subset columns that don't exist. x Column conf.low doesn't exist.
I've played around with the first mutate statement, and it seems that the emmeans estimation created there does not seem to iterate over creating the high and low CIs. While the emmeans statement used iteratively does produce the CIs as part of the output, within the mutate, the CIs don't get created.
Not sure this is actually an "issue."
Trying to replicate one of your graphs (16.5-Cocoa data v. CI), and I am running into a problem with
emmeans
andmutate
. Here's the code in question:When I run this code, I get the error
Error: Can't subset columns that don't exist. x Column
conf.lowdoesn't exist.
I've played around with the first
mutate
statement, and it seems that theemmeans
estimation created there does not seem to iterate over creating the high and low CIs. While theemmeans
statement used iteratively does produce the CIs as part of the output, within themutate
, the CIs don't get created.At first I thought this was a
mutate
issue (as seen at https://stackoverflow.com/questions/64265476/problems-mutate-ing-and-select-ing-over-a-list-of-tibbles/), but it seems more to beemmeans
.Again, apologies if this isn't quite an issue, but wasn't sure where to turn on this, and the source seemed best.
The text was updated successfully, but these errors were encountered: