search for: my_r

Displaying 3 results from an estimated 3 matches for "my_r".

Did you mean: m_r
2018 Aug 27
3
Media
Estimada lista la pregunta es muy básica, pero necesito saber la Long media para cada año. Estoy pillando en el bucle. > head(talla) X Long Año 1 1 56 2016 2 2 58 2016 3 3 58 2016 4 4 58 2016 5 5 58 2016 6 6 58 2016 > tail(talla) X Long Año 2567630 2567630 86 2000 2567631 2567631 88 2000 2567632 2567632 88 2000 2567633 2567633 88 2000
2018 Feb 25
0
How to Save the residuals of an LM object greater or less than a certin value to an R object?
...ing the example included in the help of lm: ctl <- c(4.17,5.58,5.18,6.11,4.50,4.61,5.17,4.53,5.33,5.14) trt <- c(4.81,4.17,4.41,3.59,5.87,3.83,6.03,4.89,4.32,4.69) group <- gl(2, 10, 20, labels = c("Ctl","Trt")) weight <- c(ctl, trt) lm.D9 <- lm(weight ~ group) my_res <- residuals(lm.D9) print(my_res) The object returned by "residuals()" is a vector, so you can make any operation with it. For instance: my_res[my_res >= 0.1] About your second question, I don't entirely understand what you want. The "which()" function returns the...
2003 Jan 09
0
Installing R-Excel Interface - Help requested (long)
...terface within Excel. 1. If the Rserver box is ticked within Tools / Addins upon launching Excel, I get "invalid picture error (error 481)". If I click OK within the error dialog box it takes me to RserverVBAlib (Rserver.xla) Modules Rinterface and highlights the statement: Dim My_R As StatConnector 2. If I open Excel without the Rserver box ticked within Tools / Addins, Excel opens normally, but then when I tick the R Interface box within Toos / Addins I get "error in loading DLL (error 48)". The vbtest.exe utility seemed to run correctly after installing DCOM....