CreateFactor: creates factor from numeric vector and character vector as...

View source: R/RcppExports.R

CreateFactorR Documentation

creates factor from numeric vector and character vector as levels

Description

The CreateFactor function creates a factor from a numeric vector and a character vector for levels

Usage

CreateFactor(x, levels)

Arguments

x

numeric vector containing the numeric indices of the levels

levels

character vector levels


bigReg documentation built on May 29, 2024, 7:10 a.m.

Related to CreateFactor in bigReg...