Skip to main content

Logistic Regression to ExampleSet

Synopsis

Converts a logistic regression model into an ExampleSet.

Description

This Operator converts a logistic regression model into an ExampleSet. It contains Coefficients, Std. Coefficients, Std. Errors, z-Values and p-Values.

Input

mod

Logistic regression model which shall be converted into an ExampleSet.

Output

exa

ExampleSet which contains the information about the model.

mod

The original model.