beta2 {ChIPexoQual} | R Documentation |
beta2
returns a vector with all the estimated values of the
d_i = β1 u_i + β2 w_i + ε_i models fitted by
ChIPexoQual
beta2(object) ## S4 method for signature 'ExoData' beta2(object)
object |
a |
A numeric vector with estimated values for β_2.
data(exoExample) beta2(exoExample)