gretl_ols
Estimate an OLS regression model on a dataset and open the workflow in the Gretl GUI.
Instructions
Open a dataset, estimate an OLS model, and open the same workflow in Gretl GUI by default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| safeMode | No | ||
| requireGui | No | Require the visible Gretl GUI to open for this workflow. Defaults to true outside CI. | |
| datasetPath | Yes | Path to a Gretl-supported dataset. | |
| gretlCliPath | No | ||
| gretlGuiPath | No | ||
| displayInGretl | No | Open a visible Gretl GUI script window for this workflow. Defaults to true outside CI. | |
| guiNewInstance | No | ||
| timeoutSeconds | No | ||
| includeConstant | No | ||
| dependentVariable | Yes | Dependent variable name. | |
| independentVariables | Yes | Independent variable names. |