This document should ultimately serve as a user guide for end users who need to know specifics about using DP Creator, but are not concerned with the details in the README, such as Docker files and other configurations.
This should highlight:
- Which statistics are available
- Adding data to a Dataverse installation
- Allowing the data to be accessible by DP Creator
- Walking through the DP Creator workflow, through to the release page
Boolean | Categorical | Float | Integer | Return Type | |
---|---|---|---|---|---|
Count | X | X | X | X | Integer |
Mean | X | X | Float | ||
Histogram | X | X | List[Integer] | ||
Variance | X | X | Float |