runModel {mirTarRnaSeq}R Documentation

Run a model of a specific kind

Description

Run a model of a specific kind

Usage

runModel(x, data, ..., model = glm_gaussian())

Arguments

x

model formula

data

data.frame to run the model on

...

passed on to fit()

model

model type

Value

fitted model


[Package mirTarRnaSeq version 1.2.0 Index]