You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Syntax error in '/var/folders/xy/d1z300jj79j9swfc9hkg6v1h0000gq/T/Rtmpip9UOG/model-180f658fd6385.stan', line 2, column 18 to column 24, parsing error:
-------------------------------------------------
1: data{
2: array[12] int reject;
^
3: array[12] int applications;
4: array[12] int admit;
-------------------------------------------------
Expected a new identifier but found reserved keyword 'reject'.
make: *** [/var/folders/xy/d1z300jj79j9swfc9hkg6v1h0000gq/T/Rtmpip9UOG/model-180f658fd6385.hpp] Error 1
Error: An error occured during compilation! See the message above for more information.
I think the reject column in the UCBadmit data should be remaned to avoid this.
The text was updated successfully, but these errors were encountered:
Was going thru the examples on the github page. Running this code:
I got this error:
I think the
reject
column in theUCBadmit
data should be remaned to avoid this.The text was updated successfully, but these errors were encountered: