canonicalModel_ {mirTarRnaSeq}R Documentation

Decifer a 'model parameter' and run appropriate glm_... function.

Description

Return canonical model from model type string, function of object. Returns a model as returned by glm_gaussian() and others, based on a string, function or model type object (i.e. "glm_gaussian", glm_gaussian or glm_gaussian()).

Usage

canonicalModel_(model)

Arguments

model

string, function or object representing a model type.

Value

model type object


[Package mirTarRnaSeq version 1.1.3 Index]