# Quantimodo.StudyCreationBody ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **causeVariableName** | **String** | Name of predictor variable | **effectVariableName** | **String** | Name of the outcome variable | **studyTitle** | **String** | Title of your study (optional) | [optional] **type** | **String** | Individual studies are based on data of a single user. Group studies are based on data from a specific group of individuals who have joined. Global studies are based on aggregated and anonymously shared data from all users. | ## Enum: TypeEnum * `individual` (value: `"individual"`) * `group` (value: `"group"`) * `global` (value: `"global"`)