Displaying 1 result from an estimated 1 matches for "tp964195p964195".
2009 Dec 15
3
comparison of these types is not implemented
...biggest=c(0,0)
>
> for (i in 1:15) {
+
+ if (r_squared[i]>biggest[1]) biggest=c(r_squared[i],i)}
Error in r_squared[i] > biggest[1] :
comparison of these types is not implemented
--
View this message in context: http://n4.nabble.com/comparison-of-these-types-is-not-implemented-tp964195p964195.html
Sent from the R help mailing list archive at Nabble.com.