search for: rdrr

Displaying 16 results from an estimated 16 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...
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 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...
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...
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
2023 Dec 14
0
R-help Digest, Vol 250, Issue 13
...tack. > See > https://www.epa.gov/scram/air-quality-dispersion-modeling-screening-models#screen3 > if curious. As a first task, I'd like to see if I can calculate similar > results in R. I'm aware of the 'plume' steady-state Gaussian dispersion > package > (https://rdrr.io/github/holstius/plume/f/inst/doc/plume-intro.pdf), but > am a little concerned that this package was last updated 11 years ago. > > Do you have any recommendations for me on how to get started analyzing > this problem? Is 'plume' still the way to go? I'm aware that there...