Hi,
I keep getting an error code return of r(4026) rvalue invalid when trying to run certain graphs and then eventually once this error code returns it won't run any graphs. I have ensured all the variables exist in their correct numerical format but I can't figure out the source of the error.
Here's the line of code that works
"graph bar arcsinsqrt_nmolcomp if dsample==14 & set==6, over(tissueid, label(angle(45))) over(AA) bar(1, color(black)) ylabel(0.0 0.1 0.2 0.3 0.4,nogrid) subtitle("E. Ring", position(11)) name(ring, replace)"
Then when I run this code, it returns r(4026) and prevents me from running other graphing code after
"graph bar arcsinsqrt_nmolcomp if dsample==14 & set==7, over(tissueid, label(angle(45))) over(AA) bar(1, color(black)) ylabel(0.0 0.1 0.2 0.3 0.4,nogrid) subtitle("F. Sulfur", position(11)) name(sulf, replace)"
I keep getting an error code return of r(4026) rvalue invalid when trying to run certain graphs and then eventually once this error code returns it won't run any graphs. I have ensured all the variables exist in their correct numerical format but I can't figure out the source of the error.
Here's the line of code that works
"graph bar arcsinsqrt_nmolcomp if dsample==14 & set==6, over(tissueid, label(angle(45))) over(AA) bar(1, color(black)) ylabel(0.0 0.1 0.2 0.3 0.4,nogrid) subtitle("E. Ring", position(11)) name(ring, replace)"
Then when I run this code, it returns r(4026) and prevents me from running other graphing code after
"graph bar arcsinsqrt_nmolcomp if dsample==14 & set==7, over(tissueid, label(angle(45))) over(AA) bar(1, color(black)) ylabel(0.0 0.1 0.2 0.3 0.4,nogrid) subtitle("F. Sulfur", position(11)) name(sulf, replace)"
Comment