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
In homework 4, I get intermittent problems around the trimmed mean. Here's an example:
The user-defined function myTrimMean() is not being found here. But this code works fine in the Console and when I compile via RStudio's Knit HTML button. It also worked fine in this very compilation, run by fileherd, in the previous R chunks. Why does this happen?
The text was updated successfully, but these errors were encountered:
And then, after compiling successfully with RStudio and knit2html() ... it compiles successfully with fileherd(). I am mystified. Need to strip an example down to just taking a trimmed mean in these various ways and get to the bottom of this.
In homework 4, I get intermittent problems around the trimmed mean. Here's an example:
The user-defined function
myTrimMean()
is not being found here. But this code works fine in the Console and when I compile via RStudio'sKnit HTML
button. It also worked fine in this very compilation, run byfileherd
, in the previous R chunks. Why does this happen?The text was updated successfully, but these errors were encountered: