Learn R Programming

mcen (version 1.2.1)

pred_eval.mbinom_mcen: Evaluates prediction error for multiple binomial responses.

Description

Evaluates prediction error for multiple binomial responses.

Usage

# S3 method for mbinom_mcen
pred_eval(obj, test_x, test_y)

Arguments

obj

The mbinom_mcen object.

test_x

A matrix of the test predictors.

test_y

A matrix of the test responses.

Author

Ben Sherwood <ben.sherwood@ku.edu>, Brad Price <brad.price@mail.wvu.edu>