Learn R Programming

binomialMix (version 1.0.1)

extract_target: Extract target value of GLM

Description

Extract target value of GLM

Usage

extract_target(formula)

Arguments

formula

A character formula with target variable and predictor variables

Value

y The target variable from formula in character type

Examples

Run this code
# NOT RUN {
extract_target("ctr~timeSlot")
# }

Run the code above in your browser using DataLab