gep_score: Predict using a GEP model

View source: R/gepR.R

gep_scoreR Documentation

Predict using a GEP model

Description

Predict using a GEP model

Usage

gep_score(x, sol_file = "gep_sol.dat")

Arguments

x

data frame containing the input data. Must have the same number of columns as in the training data

sol_file

character string of the file name where the trained model is stored. Default = "gep_sol.dat".

Value

numeric vector containing the predicted values


profyliu/gepR documentation built on Sept. 3, 2023, 8:52 p.m.