Re: [R-es] Vectores de impedancia bioeléctrica

2020-10-16 Thread Eric
Hola José, esos gráficos sí se pueden hacer con R, con la librería ggplot2, aquí dice como: https://ggplot2.tidyverse.org/reference/stat_ellipse.html Saludos !! Eric. On 16-10-20 18:10, Jose Betancourt Bethencourt wrote: Estimados --En este artículo

Re: [ESS] Start R process from project root

2020-10-16 Thread Jeremie Juste via ESS-help
Hello Pavel, A simple way to achieve that would be to use bookmarks or file registers. (info "(emacs) Registers") For instance you can set a file register like the following in your init.el|.emacs (set-register ?r '(file . "favourite-project/")) Notice that the file register works fine for

[ESS] Start R process from project root

2020-10-16 Thread Pavel Panko via ESS-help
Hi all, I've recently started working with folks who prefer Rstudio, which starts the R process in the directory containing the .Rproj file. In the interest of synchronizing workflows, I would like to replicate this behavior in ESS (using projectile or otherwise), preferably without resorting to

Re: [R-es] Vectores de impedancia bioeléctrica

2020-10-16 Thread Carlos Ortega
Hola, La propia lista filtra los adjuntos si superan cierto tamaño... No veo la figura/artículo que adjuntas. Gracias, Carlos Ortega www.qualityexcellence.es El vie., 16 oct. 2020 a las 13:30, Jose Betancourt Bethencourt (< betans...@gmail.com>) escribió: > Estimados > En este artículo que

[R] [R-pkgs] {giscoR} v0.1.0 available on CRAN

2020-10-16 Thread Diego Hernangómez Herrero
Good afternoon: giscoR is already available on CRAN. giscoR is a API package that helps to retrieve data from GISCO - Eurostat. It also provides some lightweight data sets ready to use without downloading. GISCO is a geospatial open data repository including several data sets as countries,

[R] [R-pkgs] rameritrade

2020-10-16 Thread Anthony Trevisan
Hello, I recently created a package that allows R users to trade through the TD Ameritrade API. With billions in assets and over 11 million clients, I am sure some R users could leverage the API. Best regards, Tony https://cran.r-project.org/web/packages/rameritrade/index.html

Re: [R] package(moments) issue

2020-10-16 Thread Sania Wadud
Hi Bill, Thanks for rectifying the issue. It seems to be a cube root of a negative real issue. After updating the function it's working fine and showing the correct results. I highly appreciate your help. Best wishes, Sania On Fri, 16 Oct 2020 at 00:36, Bill Dunlap wrote: > Another bad case

Re: [R] Need help in R code of the functional data .

2020-10-16 Thread Rui Barradas
Hello, You have asked several times about functional data, I really do not understand what you mean but if you want to learn about writing R functions, take a look at doc/manual/R-intro.pdf, that comes with any installation of R, chap. 10 Writing your own functions. And at any of Hadley

[R] Need help in R code of the functional data .

2020-10-16 Thread Ablaye Ngalaba
Hello, Please, I want to know how the functional data are defined in programming code R. If possible an illustrative example of code can help me to understand better. Yours sincerely. [[alternative HTML version deleted]]

[R-es] Vectores de impedancia bioeléctrica

2020-10-16 Thread Jose Betancourt Bethencourt
Estimados En este artículo que adjunto Vectores de impedancia bioeléctrica, en la fig 1 hay un gráfico que realizan en un programa, mi pregunta es si en R se puede calcular, si esto se relaciona a biplot, por favor necesito de su ayuda Saludos Dr. Jose A. Betancourt Bethencourt Universidad de

Re: [R-es] Error: Unable to establish connection with R session

2020-10-16 Thread Isidro Hidalgo Arellano
Buenos días, Leire: A mí me pasa esporádicamente, pero con el primer intento en el botón "Reconnect" funciona... De todas formas, he encontrado esto. Por probar: https://support.rstudio.com/hc/en-us/articles/200534577-Resetting-RStudio-De sktop-s-State Suerte. Isidro Hidalgo Arellano Observatorio

[R] Call to R.exe in a Script fails since the upgrade from R 3.6.1 to R 4.0.2

2020-10-16 Thread Marcel Baumgartner
Dear R Community, I call R from within a software called “IDEA” ([www.casewareanalytics.com](http://www.casewareanalytics.com)). This language uses its own scripting language, but it is very similar to Visual Basic. The basic call is as shown below: R_Command is a string of the form

Re: [R] package(moments) issue

2020-10-16 Thread Sania Wadud
Hi Bill, Thanks for prompt reply and letting me know a way around it. I have more than 1200 observations and not all the values are the same. However, my data points are quite similar, for example, 0.079275, 0.078867, 0.070716 in millions and etc. I have run the data without converting it to

[R] calling stats::optim from Rcpp causes memory leak

2020-10-16 Thread Frantisek Bartos
Hi, in part of my code I need to optimize a function from within Rcpp (I followed the 2nd answer here https://stackoverflow.com/questions/48348079/applying-the-optim-function-in-r-in-c-with-rcpp). However, I found that the function leaks memory (very little, but it compounds if it's a part of

[R-es] Error: Unable to establish connection with R session

2020-10-16 Thread Leire Garmendia
Hola, Desde hace unas semanas cada vez que intento usar RStudio me devuelve el siguiente mensaje: Error: Unable to establish connection with R session. La versión que tengo instalada de R es la versión 4.0.3 y la de RStudio es la 1.3.1093. He intentado arreglarlo de varias formas pero sin éxito.