hi,
would like to count how many values 250.01 250.11 250.21 etc there are in my variables.
I´m trying with this code, but it doesnt work on this way. My idea was use wilcard characters
egen count_dm= rcount( C1 -C20 ) , c(@ == "250.*1")
where * should be an wildcard... but this code doesnt work on this way. Any option?
thanks!
would like to count how many values 250.01 250.11 250.21 etc there are in my variables.
I´m trying with this code, but it doesnt work on this way. My idea was use wilcard characters
egen count_dm= rcount( C1 -C20 ) , c(@ == "250.*1")
where * should be an wildcard... but this code doesnt work on this way. Any option?
thanks!

Comment