predictlogisticRegression: Predicting using a logistic regression fitted with...

Description Usage Arguments

View source: R/RcppExports.R

Description

This function returns a numeric vector containing the probability of each observation of being of class 1 given a vector of logistic regression parameters (usually estimated through RCpp::fast_LR).

Usage

1
predictlogisticRegression(test, parameters)

Arguments

test

A matrix containing test data

parameters

A vector containing the logistic regression parameters


glmdisc documentation built on Oct. 23, 2020, 7:12 p.m.