pred_eval: Calculates the out of sample likelihood for an mcen object

View source: R/mcen.r

pred_evalR Documentation

Calculates the out of sample likelihood for an mcen object

Description

Calculates the out of sample likelihood for an mcen object

Usage

pred_eval(obj, test_x, test_y)

Arguments

obj

The mcen object.

test_x

The matrix of test predictors.

test_y

The matrix of test responses.

Author(s)

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


mcen documentation built on April 1, 2023, 12:11 a.m.

Related to pred_eval in mcen...