Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a similar structure to the data info object as in the model info object #193

Open
MansMeg opened this issue Sep 17, 2020 · 0 comments
Open

Comments

@MansMeg
Copy link
Collaborator

MansMeg commented Sep 17, 2020

We are currently looking into adding model inputs as follows.

  "inputs": { "N": { "type": "int", "dimensions": 0},
              "kid_score": { "type": "real", "dimensions": 1},
              "mom_iq": { "type": "real", "dimensions": 1} }}

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.

@MansMeg 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant