paramDist
returns a DataFrame
with all the estimated
coefficients in the \(d_i = \beta_1 u_i + \beta_2 w_i + \epsilon_i\) models
fitted by ChIPexoQual
paramDist(object) # S4 method for ExoData paramDist(object = "ExoData")
ExoData
object.A DataFrame
with the fitted values of \(\beta_1\) and
\(\beta_2\).
data(exoExample) paramDist(exoExample)#> DataFrame with 100 rows and 2 columns #> beta1 beta2 #> <numeric> <numeric> #> 1 9.410338 -0.08281146 #> 2 8.565286 -0.05864817 #> 3 8.372883 -0.05088665 #> 4 8.654132 -0.06186092 #> 5 8.923548 -0.06595909 #> ... ... ... #> 96 8.188603 -0.04466926 #> 97 8.841583 -0.07084125 #> 98 8.660864 -0.07221550 #> 99 7.041363 -0.01634116 #> 100 9.345647 -0.08315045