powered by
Return regression coefficients of pibblefit or orthusfit object
coef(object, ...)
Array of dimension (D-1) x Q x iter
an object of class pibblefit or orthusfit
other options passed to coef.pibblefit or coef.orthusfit (see details)
sim <- pibble_sim() fit <- pibble(sim$Y, sim$X) coef(fit)
Run the code above in your browser using DataLab