powered by
sigma0<-
Create generic sigma0<- function for class
sigma0(x) <- value
An Model object.
Model
Numeric covariance matrix of prior for regression coefficients to assign to slot.
None.
# NOT RUN { m1 <- Model(ndocs = 1) sigma0(m1) <- diag(1.0, 2) # }
Run the code above in your browser using DataLab