lb_start {lb} | R Documentation |
Find a starting value
lb_start(y, x, method = c("lp", "simple", "poisson", "unconstrained"), delta = 1)
y |
vector of observations of length |
x |
design matrix of dimension |
method |
a character string giving the method used to select the starting values.
The use of |
delta |
a numeric additionaly substracted from the intercept. |
a vector giving the starting values.