powered by
eta_start<-
Create generic eta_start<- function for class
eta_start(x) <- value
An Model object.
Model
Numeric vector of starting values for regression coefficients to assign to slot.
None.
# NOT RUN { m1 <- Model(ndocs = 1) eta_start(m1) <- rep(0.0, times = 2) # }
Run the code above in your browser using DataLab