[R] dabestr plot color change manually

2019-09-22 Thread Moshiur Rahman
Dear R plot experts, I'm working on dabestr package for effect size estimation plot ( https://cran.r-project.org/web/packages/dabestr/vignettes/using-dabestr.html) where I'd like to change the following two issues manually. Does anyone know- 1) how can I manually change ticks color (I'd like to h

Re: [R] [SPAM] Re: The "--slave" option

2019-09-22 Thread Abby Spurdle
> I also don't think attacking a person's research to counter a point that has > nothing to do with their research is what is wanted on this mail-list. You're right. I may take a break from these mailing lists, for a while... __ R-help@r-project.org ma

Re: [R] Academic

2019-09-22 Thread Jeff Newmiller
Wrong list... this list is about the R language, not about a problem domain in which that language can be used. Read the package description [1] which mentions a dedicated venue. [1] https://cran.r-project.org/web/packages/fitdistrplus/index.html On September 21, 2019 11:28:14 PM PDT, kaka modu

[R] Academic

2019-09-22 Thread kaka modu
Hi, I'm a postgraduate student from Nigeria, I'm working on Rayleigh and burr distributions. I tried to fit the two distributions using R through fitdistrplus and extraDistr packages but I don't have idea on how to set the start. Please help me on how to fit the distributions. Thank you. [

Re: [R] Loop With Dates

2019-09-22 Thread Richard O'Keefe
Is this what you're after? > df <- data.frame( + Date = as.Date(c("2018-03-29", "2018-03-29", "2018-03-29", + "2018-03-30", "2018-03-30", "2018- ..." ... [TRUNCATED] > df$count <- cumsum(c(TRUE, diff(df$Date) > 0)) > df Date count 1 2018-03-29 1 2 2018

Re: [R] [SPAM] Re: The "--slave" option

2019-09-22 Thread Tobias Fellinger
Hello everyone, I think Richard's proposal to update the documentation is a good idea. Not only because it puts the phrasing into context but also because it makes the documentation clearer. About the initial mail: I think the awareness for language has increased a lot in the recent years and I t