paramDist {ChIPexoQual} | R Documentation |
paramDist
returns a DataFrame
with all the estimated
coefficients in the d_i = β_1 u_i + β_2 w_i + ε_i models
fitted by ChIPexoQual
paramDist(object) ## S4 method for signature 'ExoData' paramDist(object = "ExoData")
object |
a |
A DataFrame
with the fitted values of β_1 and
β_2.
data(exoExample) paramDist(exoExample)