search for: rdrr

Displaying 20 results from an estimated 22 matches for "rdrr".

Did you mean: rdar
2023 Dec 01
2
Mann Kendall mutation package?
Hello - does anyone know whether there are any packages for Mann-Kendall mutation tests in R available? The only one I could find online is this MK_mut_test: Mann-Kendall mutation test in Sibada/sibadaR: Sibada's accumulated R scripts for next probably use to avoid reinventing the wheel. (rdrr.io) <https://rdrr.io/github/Sibada/sibadaR/man/MK_mut_test.html> but there doesn't seem to be a package corresponding to this. I've tried installing various permutations of the apparent name Sibada/sibadaR but nothing comes up, so I'm not sure whether it even exists... Thanks Ni...
2024 Feb 05
1
ggarrange & legend
I'm sorry but that is not a working example. A working example needs to create the plots being used. For example, stealing some code from https://rpkgs.datanovia.com/ggpubr/reference/ggarrange.html #================================================================= data <https://rdrr.io/r/utils/data.html>("ToothGrowth")df <- ToothGrowthdf$dose <- as.factor <https://rdrr.io/r/base/factor.html>(df$dose)# Box plotbxp <- ggboxplot <https://rpkgs.datanovia.com/ggpubr/reference/ggboxplot.html>(df, x = "dose", y = "len", color =...
2017 Aug 14
1
Statistical / data mining methods in R and not in SAS?
...just two or three examples or hints where and what to look for. I found some older comparisons, and the R methods mentioned there (GLMET, RF, ADABoost) are now supported by SAS (at least to some degree). And there exists a (massive) list of available models for the caret package here: https://rdrr.io/cran/caret/man/models.html, but it's hard to analyze the complete list. (I'm trying to answer a question of a colleague). Thanks, Friedrich
2017 Sep 04
2
MaxEnt
Buenas días me gustaria saber cual es la libreria mas actual que contiene al algoritmo de maxima entropia que permite modelar nichos ecologicos; a su vez que libreria presenta mejor temática en la representacion de mapas. Saludos¡ [[alternative HTML version deleted]]
2019 May 29
3
Making a package CITATION file from BibTeX
...nd Jefferis, Gregory S X E}, Doi = {10.1016/j.neuron.2016.06.012}, Journal = {Neuron}, Month = {Jul}, Number = {2}, Pages = {293-311}, Title = {NBLAST: Rapid, Sensitive Comparison of Neuronal Structure and Construction of Neuron Family Databases}, Volume = {91}, Year = {2016}} [3] https://rdrr.io/github/ropensci/RefManageR/man/toBiblatex.html -- Gregory Jefferis Division of Neurobiology MRC Laboratory of Molecular Biology Francis Crick Avenue Cambridge Biomedical Campus Cambridge, CB2 OQH, UK http://www2.mrc-lmb.cam.ac.uk/group-leaders/h-to-m/g-jefferis http://jefferislab.org http://w...
2024 Oct 10
1
Anuncio del paquete de R, paisaje, para el análisis del paisaje y la biodiversidad
Estimado Que bueno, pero no entiendo nada. Me parece muy bueno y me llama la curiosidad, observo nc = st_read <https://r-spatial.github.io/sf/reference/st_read.html>(system.file <https://rdrr.io/r/base/system.file.html>("shape/nc.shp", package="sf?)) y no tengo ni idea que es el archivo .shp. ¿Podría usted colocar algún ejemplo, por ahí si no es complicado se reproducir en distintos lugares? Pero sobre todo, muchas gracias por colocar de su conocimiento para quién qu...
2017 Aug 16
0
Statistical / data mining methods in R and not in SAS?
...r hints where and what to look for. > > I found some older comparisons, and the R methods mentioned there (GLMET, RF, > ADABoost) are now supported by SAS (at least to some degree). > > And there exists a (massive) list of available models for the caret package > here: https://rdrr.io/cran/caret/man/models.html, but it's hard to analyze the > complete list. > > (I'm trying to answer a question of a colleague). It wasn't clear whether it was statistical procedures themselves or connections to back-end data and machine learning packages might be the metr...
2024 Jun 26
1
Converting .grib to excel file
...One of the major things about R is that from the very beginnings of S it was intended to be used with other tools. We have R communicating with Python and Tcl and dear knows what. Getting a specialised tool to do its thing is very much part of the R "way". Or there's gribr https://rdrr.io/github/nawendt/gribr/man/gribr.html which wraps ecCodes in R. I still don't understand what "doesn't work" means. Which step goes wrong and how does it misbehave? On Wed, 26 Jun 2024 at 06:02, javad bayat <j.bayat194 at gmail.com> wrote: > > Richard, > Many t...
2024 Feb 05
2
ggarrange & legend
Dear John Kane Dear R community Here my working example 1. Example that is working with legend=?top?. However, as mentioned, the legend is in the middle of the top axis. mylist<-list(p1, p2) dev.new(width=28, height=18) fig1<- ggarrange(plotlist=mylist, common.legend = TRUE, legend="top", labels = c("(A)", "(B)"), font.label = list(size = 18, color =
2020 Mar 23
2
Tasa variación diaria COVID-19
...he encontrado dos soluciones a mi problema de como calcular el porcentaje de variación. La primera es usando el paquete dplyr: https://stackoverflow.com/questions/48196552/calculate-percentage-change-in-r-using-dplyr/48196871 La segunda usando la función PercChange del paquete DataCombine https://rdrr.io/cran/DataCombine/man/PercChange.html El dom., 22 mar. 2020 a las 23:51, Carlos Ortega (<cof en qualityexcellence.es>) escribió: > Hola, > > Te sale error porque has cargado el fichero con read.csv(). > Si pruebas a cargarlo con "fread()" tus datos tendrán clase dat...
2024 Jun 26
1
Converting .grib to excel file
...hings about R is that from the very beginnings of S > it was intended to be used with other tools. We have R communicating > with Python and Tcl and dear knows what. Getting a specialised tool > to do its thing is very much part of the R "way". > Or there's gribr https://rdrr.io/github/nawendt/gribr/man/gribr.html > which wraps ecCodes in R. > > I still don't understand what "doesn't work" means. Which step goes > wrong and how does it misbehave? > > > On Wed, 26 Jun 2024 at 06:02, javad bayat <j.bayat194 at gmail.com> wrote...
2017 Nov 17
0
'fractal' package
https://rdrr.io/rforge/fractal/ https://cran.r-project.org/web/packages/fractal/fractal.pdf Hi, I am trying to learn about nonlinear time series, and fractal time series analysis in particular. I am interested in becoming proficient with the 'fractal' package. I have two specific question...
2019 May 29
0
Making a package CITATION file from BibTeX
...uron.2016.06.012}, > Journal = {Neuron}, > Month = {Jul}, > Number = {2}, > Pages = {293-311}, > Title = {NBLAST: Rapid, Sensitive Comparison of Neuronal Structure > and Construction of Neuron Family Databases}, > Volume = {91}, > Year = {2016}} > > [3] https://rdrr.io/github/ropensci/RefManageR/man/toBiblatex.html > > > -- > Gregory Jefferis > Division of Neurobiology > MRC Laboratory of Molecular Biology > Francis Crick Avenue > Cambridge Biomedical Campus > Cambridge, CB2 OQH, UK > > http://www2.mrc-lmb.cam.ac.uk/group-leade...
2023 Apr 14
1
Package Caret
Or is there any similar function to split the dataframe to trainDF and testDF? G?bor Malomsoki <gmalomsoki1980 at gmail.com> schrieb am Fr., 14. Apr. 2023, 09:45: > > This is the error then: > error in prettyseq(1:ncol(out)) : could not find function "prettyseq" > > > > > Eric Berger <ericjberger at gmail.com> schrieb am Fr., 14. Apr. 2023, 09:06:
2020 Mar 25
2
Tasa variación diaria COVID-19
...porcentaje de variación. > > La primera es usando el paquete dplyr: > > > > > https://stackoverflow.com/questions/48196552/calculate-percentage-change-in-r-using-dplyr/48196871 > > > > La segunda usando la función PercChange del paquete DataCombine > > https://rdrr.io/cran/DataCombine/man/PercChange.html > > > > > > El dom., 22 mar. 2020 a las 23:51, Carlos Ortega (< > > cof en qualityexcellence.es>) > > escribió: > > > > > Hola, > > > > > > Te sale error porque has cargado el fichero con re...
2024 Oct 10
1
Anuncio del paquete de R, paisaje, para el análisis del paisaje y la biodiversidad
Estimada comunidad de R, Les hago llegar el anuncio del paquete de R, paisaje, para el análisis del paisaje y la biodiversidad. https://github.com/ManuelSpinola/paisaje El paquete está en desarrollo. Hasta ahora he incorporado estas funciones: *calculate_it_metrics*: Calculate 5 information theory landscape metrics *count_points_in_polygons*: Count Points within Polygons *create_cat_esa_10m*:
2020 Mar 22
3
Tasa variación diaria COVID-19
Eric ¿Que dataset utilizo? Por curiosidad probé su código, pero me salen errores. Copio y pego todo como me sale en la consola. > # https://raw.githubusercontent.com/datasets/covid-19/master/data/time-series-19-covid-combined.csv > datos <- read.csv("C:/Users/HP/Downloads/time-series-19-covid-combined.csv") > > library(data.table) > library(ggplot2) >
2017 Jan 05
4
Regresión Logística desbalanceada
Hola Comunidad, Feliz Año 2017: Tengo un problemilla con una regresión logística desbalanceada, tengo demasiados TRUE (93%). ¿Sabría alguién alguna forma de corregir el problema con R? Un slaudo, Milagros Camacho --- El software de antivirus Avast ha analizado este correo electrónico en busca de virus. https://www.avast.com/antivirus
2017 Aug 14
3
tidyverse repeating error: "object 'rlang_mut_env_parent' not found"
> On Aug 14, 2017, at 11:10 AM, David Winsemius <dwinsemius at comcast.net> wrote: > > >> On Aug 14, 2017, at 8:37 AM, Szumiloski, John <John.Szumiloski at bms.com> wrote: >> >> Thanks for the feedback Jeff. Before I pursue a bug report, let me give a full example: >> >> ###### begin console output >> >> R version 3.4.1
2024 Jun 25
2
Converting .grib to excel file
Richard, Many thanks for your email. I had attached the grib file to the original email to R help team but it seems you did not receive it. Unfortunately, I do not know how to reduce the volume or extract some of the grib file data to send it for you. The file has the volume of 6 Megabyte. I can send it by email. The file has 6 met parameters and Date (day/month/year hour:minute). I want the