prepareXset: Prepare a Dataset

View source: R/helper-functions.R

prepareXsetR Documentation

Prepare a Dataset

Description

Takes X dataset and convert it into a dataframe with column names (X_1, X_2 ...)

Usage

prepareXset(X)

Arguments

X

Independent variables

Value

A named dataframe which consists of X

Examples

X <- matrix(1:20, nrow = 4)
prepareXset(X)

less documentation built on Sept. 27, 2022, 5:05 p.m.