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
We should, in a similar fashion, try to update the data info objects with variable information as:
"data": { "N": { "type": "int", "dimensions": 0, "description": "Some info on N here."},
"kid_score": { "type": "real", "dimensions": 1, "description": "Some info on kid_score here."},
"mom_iq": { "type": "real", "dimensions": 1, "description": "Some info on mom_iq here."} }}
The data variable info should probably also be printed in R.
The text was updated successfully, but these errors were encountered:
MansMeg
changed the title
Add a similar structure to the data info object as in the mode info object
Add a similar structure to the data info object as in the model info object
Sep 18, 2020
We are currently looking into adding model inputs as follows.
We should, in a similar fashion, try to update the data info objects with variable information as:
The data variable info should probably also be printed in R.
The text was updated successfully, but these errors were encountered: