I am encountering an error when using -reshape- with 'favor(speed)' when subsetting j. Using 'favor(memory)' works as expected which leads me to suspect a bug? Running on Windows/MP18.5 (revision 2024-12-18).)
Silly example:
This throws the following error:
Silly example:
Code:
sysuse bplong.dta, clear reshape wide bp, i(patient) j(when 2) favor(speed)
Code:
_reshape_df::increment_j(): 3301 subscript invalid
Comment