generateEquation: Generates an equation

Description Usage Arguments Value

View source: R/generateEquation.r

Description

Generates an equation of the form Y = a + bX, where X is the explanatory variables and Y is the dependent variable. Using this equation we can find the probability of being the dependent variable.

Usage

1
generateEquation(dataSource, model)

Arguments

dataSource

the data frame to process.

model

the GLM model where to extract the coefficients from.

Value

text


xsultan/motsai documentation built on May 4, 2019, 1:26 p.m.