lgm_yhat: Implementations for Logistic Regression Compute yhat for...

Description Usage Arguments Value

View source: R/logistic.R

Description

Implementations for Logistic Regression Compute yhat for logistic regression

Usage

1
lgm_yhat(w, X)

Arguments

w

vector of weights

X

matrix of predictors

Value

dot product of X and w with sigmoid function


tbonza/supml documentation built on May 17, 2019, 3:14 a.m.