50% off: Unlimited data and AI learning.
State of Data and AI Literacy Report 2025

crmn (version 0.0.19)

makeX_other: Make X

Description

Construct a design matrix

Usage

makeX_other(object, factors, ...)

Arguments

object,
not used
factors
a design matrix
...
not used

Value

  • the same design matrix

Details

Convenience function that just return the given design matrix.

Examples

Run this code
data(mix)
makeX(mix, model.matrix(~pData(mix)[,"runorder"]))

Run the code above in your browser using DataLab