model <- lm(y ~ ., data = A)
Error in model.frame.default(formula = y ~ ., data = A, drop.unused.levels = TRUE) :
variable lengths differ (found for ‘BAP’)
Can someone help me understand where the problem lies and how to solve it? Thanks!
New contributor
Sraman Dasgupta is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1