Displaying 1 result from an estimated 1 matches for "replicatefourth".
2011 Jan 04
3
Writing do and resample functions
...ecoli)))
sd(samps)
I get an error:
Error in do(500) * coef(lm(MIC. ~ 1 + Challenge + Cleaner + Replicate,  :
non-numeric argument to binary operator.
But in the workspace that comes with that book, I get a decent output:
sd(samps)
     (Intercept)       Challenge   CleanerGarlic  ReplicateFirst 
ReplicateFourth
       3.9455401       0.7178385       1.6830641       5.4564926       
5.4320998
ReplicateSecond  ReplicateThird
       5.3895562       5.5422622
Is there anybody out there who know a lot more about programming 
functions in R than I do, that might know why this is giving me the 
error? I don'...