[R] what happen?
Manuel López-Ibáñez
manuellopezibanez at yahoo.es
Tue Apr 18 20:37:48 CEST 2006
zhang jian wrote:
> *> n=PIKO[status="snag",]
> Error in "[.data.frame"(PIKO, status = "snag", ) :
> unused argument(s) (status ...)
"=" is the assignment operator, you should use "==" as in:
n=PIKO[status=="snag",]
______________________________________________
LLama Gratis a cualquier PC del Mundo.
Llamadas a fijos y móviles desde 1 céntimo por minuto.
http://es.voice.yahoo.com
More information about the R-help
mailing list