alfreale wrote:
> 
> 
> I've a vector like this:
> 
>> inc[,5]
> 
> How can I extract a vector without the NA value?
> 
> 

inc[,5][!is.na(inc[,5])]

-- 
View this message in context: 
http://www.nabble.com/vector-and-NA-tp24162879p24163839.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to