paramDist {ChIPexoQual}R Documentation

paramDist methods

Description

paramDist returns a DataFrame with all the estimated coefficients in the d_i = β_1 u_i + β_2 w_i + ε_i models fitted by ChIPexoQual

Usage

paramDist(object)

## S4 method for signature 'ExoData'
paramDist(object = "ExoData")

Arguments

object

a ExoData object.

Value

A DataFrame with the fitted values of β_1 and β_2.

Examples

data(exoExample)
paramDist(exoExample)

[Package ChIPexoQual version 1.6.0 Index]