NA in series
Posted: Fri May 13, 2016 1:09 am
I have a probably rather simple question. A series contains 1 or NA.
I want to get rid of the NAs with the following command:
End up with a message: "NA found in matrix in "SERIES". Doesn't really help
I want to get rid of the NAs with the following command:
Code: Select all
if series <>1 then
series=0
endif