> For the complete documentation index, see [llms.txt](https://docs.exploratory.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.exploratory.io/machine-learning/model_coef.md).

# Extract Parameter Estimates

## How to Access This Feature

### From + (plus) Button

You can access it from 'Add' (Plus) button from model view. ![](/files/-M4oNFXLo17cfT5wHuXn)

## How to Use?

![](/files/-M4oNFXOEP-OSUZgrPhW)

* Get Confidence Interval by (Optional) - The default is NULL. How to calculate confidence intervals for coefficients. "default" calculates confidence interval by parameters inside model, so this is faster. "profile" uses profiling, so this takes time but better result especially for small number of samples. If NULL, this doesn't return confidence interval. This can be
  * NULL
  * "default"
  * "profile"
* Confidence Level (Optional) - The default is 0.95. Confidence interval level. The larger this parameter, it tries to get wider range so that the true value can be between the values. This is ignored if conf\_int is NULL.
