model_predictions: Predict values of new data using fit_models model.

model_predictionsR Documentation

Predict values of new data using fit_models model.

Description

Predict new data values and return as a matrix

Usage

model_predictions(model_tbl, new_data, type = "response")

Arguments

model_tbl

A tibble of model objects, generally output of fit_models.

new_data

A data frame of new data to be passed to predict for prediction.

type

String of type to pass to predict. Default is "response".

Value

Prediction matrix.


cole-trapnell-lab/monocle3 documentation built on April 7, 2024, 9:24 p.m.