results_to_matrix: Get Matrix from Results

View source: R/3-shared-getMatrix.R

results_to_matrixR Documentation

Get Matrix from Results

Description

This function converts the results data frame into a matrix.

Usage

results_to_matrix(results, what = "theta", features = NULL)

Arguments

results

A data.frame of results.

what

A character string. The column name of the results data frame to be converted into a matrix.

features

A vector of features. Default is NULL.

Value

A matrix.


tpq/propr documentation built on Feb. 3, 2025, 4:23 a.m.