I created several network plots successfully on STATA 15. I upgraded to STATA 17 and now using the same datasets and code, I get the following error:
". network map
yxyxview_g.new , type(pcspike) serset(__key(43b64198)) yvariable(1)
xvariable(2) plotregion(__key(3ca41b88)) style(scheme p1) ybvar(3)
xbvar(4): class member function not found
twoway is not a valid graph subcommand
"
My working code is:
list study t r n
network setup r n, stud(study) trt(t) ref(1) or numcodes
network convert standard
network map <=== I get stuck here with error message
network convert pairs
networkplot _t1 _t2, lab()
I was wondering if anyone could help me solve my problem? Apologies if this is simple, I am still new to STATA. Thanks!
". network map
yxyxview_g.new , type(pcspike) serset(__key(43b64198)) yvariable(1)
xvariable(2) plotregion(__key(3ca41b88)) style(scheme p1) ybvar(3)
xbvar(4): class member function not found
twoway is not a valid graph subcommand
"
My working code is:
list study t r n
network setup r n, stud(study) trt(t) ref(1) or numcodes
network convert standard
network map <=== I get stuck here with error message
network convert pairs
networkplot _t1 _t2, lab()
I was wondering if anyone could help me solve my problem? Apologies if this is simple, I am still new to STATA. Thanks!