Last chance! 50% off unlimited learning
Sale ends in
## S3 method for class 'lmfm':
coef(object, ...)
coef
function.object
and one column for each coefficient in the model.data(stack.dat)
stack.fm <- fit.models(list(Robust = "lmRob", LS = "lm"), Loss ~ ., data = stack.dat)
coef(stack.fm)
Run the code above in your browser using DataLab