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