Displaying 1 result from an estimated 1 matches for "replicatethird".
2011 Jan 04
3
Writing do and resample functions
...umeric 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't understand why one workspace would accept the model 
formula, when the other give me the non-numeric argument t...