Posts by Amanda • 43 points
2 posts
-
2
votes0
answers470
viewsQ: Error while compiling files in rmarkdown
I recently updated Ubuntu on my computer, I continued using R normally, including rmarkdown. Today I went to compile a file that had already compiled previously and the following error appeared:…
-
2
votes2
answers44
viewsQ: how to implement the jaccknife method if two terms are removed (in R)
I created the following code to calculate the variance using the jackknife method. However, instead of taking one term at a time, I now need to take it out two by two. I know it’s something basic,…