Posts by Valmor Mantelli Jr. • 23 points
3 posts
-
0
votes1
answer103
viewsQ: Error in class(x) <- setdiff(class(x), "pseries") :
I’m running multiple linear regressions on R. Initially I circled with the "pooled" effect and it worked fine. When I try to do the same with the effect "Within" and "Random" shows the following…
-
-1
votes1
answer104
viewsQ: Turn time series into base 100 on R
Is there a function that converts an entire time series to base 100 on the R? If it does not exist, what would be the solution to the problem? Thank you
rasked Valmor Mantelli Jr. 23 -
1
votes1
answer495
viewsQ: Indexerror: list assignment index out of range
I tried to solve the exercise https://python.nilo.pro.br/exercicios/capitulo%2007/exercicio-07-09.html and even the template presents an error: Traceback (most recent call last): File "teste.py",…