This thread initiated recently by Joseph Coveney calls attention to one of the new date functions in Mata:
https://www.statalist.org/forums/for...conds-from-now
Is there any comprehensive list of other changes to Mata from v16.1 to v17? I noted that the pdf Mata reference manual has grown from 1152 pages (v16) to 1167 pages (v17), but how much of this is substantive vs. how much is just formatting changes I do not know.
Related Posts with New v17 features in Mata?
inquire about rowtotal Code: gen s1 = x1+x2+x3+x4 replace s1 = 0 if s1 == . egen s2 = rowtotal(x*) assert s1==s2 Why it's …
ARIMA Modelling with Binary Independent VariableI am trying to fit an ARIMA model to my intervention analysis but when I use the syntax and add both…
Continuous interaction termI am working on understanding youth unemployment and use four main independent variables in my analy…
Inquire about merge commandHi, I need to merge 3 files. And everytime I need to drop _merge after merge command. Is this the us…
looping over data filesHello Users, I have data of banks by id numbers. What I want to do is: (1) to merge 4 tables of one …
Subscribe to:
Post Comments (Atom)
0 Response to New v17 features in Mata?
Post a Comment