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
Looking at the REST API documentation for the Study resource we can see that initialSampleSize and replicationSampleSize are both typed as Strings as they contain textual descriptions about samples of the association study. Yet, their name, by having Size in it suggests that it is numeric, i.e. the size of each respective sample.
So my question is: is this just an unfortunate naming choice or could there be a bug? Was there the intention to have sample sizes reported? If so, would it not be useful to have also numeric variables initialSampleSize and replicationSampleSize, respectively, and change initialSampleSize and replicationSampleSize to initialSampleDescription and replicationSampleDescription, respectively?
Thanks!
The text was updated successfully, but these errors were encountered:
Looking at the REST API documentation for the Study resource we can see that
initialSampleSize
andreplicationSampleSize
are both typed asString
s as they contain textual descriptions about samples of the association study. Yet, their name, by havingSize
in it suggests that it is numeric, i.e. the size of each respective sample.So my question is: is this just an unfortunate naming choice or could there be a bug? Was there the intention to have sample sizes reported? If so, would it not be useful to have also numeric variables
initialSampleSize
andreplicationSampleSize
, respectively, and changeinitialSampleSize
andreplicationSampleSize
toinitialSampleDescription
andreplicationSampleDescription
, respectively?Thanks!
The text was updated successfully, but these errors were encountered: