pseries Questions
2
I have a plm object created using:
require(plm)
plm1 <- plm(Sepal.Length ~ Petal.Length + Petal.Width, data = iris, index = "Species")
I'm trying to extract the residuals to manually calculat...
1
© 2022 - 2024 — McMap. All rights reserved.