predicting: Model Group Prediction

Description Usage Arguments Value

Description

This function evaluates a single fitted model and returns the predicted group memberships.

Usage

1
2
predicting(modelFit, method, newdata, model_type = NULL, model_args = NULL,
  param = NULL, scale = FALSE)

Arguments

modelFit

The fitted model being evaluated

method

String of the model to be evaluated

newdata

The testing data to predict group membership

model_args

Additional arguments for individual models

param

The parameters being fit to the model (Determined by model optimization).

Value

Returns a list of predicted group membership


cdeterman/HGTools documentation built on May 13, 2019, 2:34 p.m.