Re: [R] Reg: ggplot error

2023-01-11 Thread Rui Barradas
Às 05:48 de 12/01/2023, PIKAL Petr escreveu: Hallo I am not familiar with any of packages you use (except of MASS and ggplot2) and the code is too complicated without any hint where the error could come from and what is the message you get. I wonder if anybody would like to go through your

Re: [R] Background for word

2023-01-11 Thread Boris Steipe
It's a new editor feature: see the release notes: https://dailies.rstudio.com/version/2022.12.0+353.pro20/ • Code editor can show previews of color in strings (R named colors e.g. “tomato3” or of the forms “#rgb”, “#rrggbb”, “#rrggbbaa”) when Options > Code > Display > [ ] enable preview of

[R] Background for word

2023-01-11 Thread Steven T. Yen
Dear, I am having a lucky day. I am programming in RStudio and when I type "black" (quotation signs included, the word turn into a word with black ground. Couldn't get rid of the backgroundcopying to Word, Excel, text editor and paste back to Rstudio, the word is still in black

Re: [R] Reg: ggplot error

2023-01-11 Thread PIKAL Petr
Hallo I am not familiar with any of packages you use (except of MASS and ggplot2) and the code is too complicated without any hint where the error could come from and what is the message you get. I wonder if anybody would like to go through your whole code. 1. data seems to be read correctly

Re: [R] return value of {....}

2023-01-11 Thread akshay kulkarni
Dear Richard, Thanks for your reply. As replied to Avi, i was not complaining, just inquiring: was just curious to know the rationale for the design of {...}, thas all...! Thanking you, Yours sincerely, AKSHAY M KULKARNI From: Richard

Re: [R] gmp::bigq vs. MASS::fractions

2023-01-11 Thread Sigbert Klinke
Hello, Am 07.01.23 um 17:55 schrieb Ivan Krylov: > What do you need the fractions for? > When writing tasks for statistics exams, I try to avoid non-terminal intermediate results. Students might round them and arrive at a final result that might be slightly different from the true value.

Re: [R] Topological network Map

2023-01-11 Thread Eric Berger
Google using "R package subway map" produced https://www.r-bloggers.com/2021/01/non-hierarchical-edge-bundling-flow-maps-and-metro-maps-in-r/ which looks promising On Wed, Jan 11, 2023 at 2:48 PM Nick Wray wrote: > > Hello I'd like to create a simple topological map of a river system, ie all >

[R] Topological network Map

2023-01-11 Thread Nick Wray
Hello I'd like to create a simple topological map of a river system, ie all the waterways, where they join and points on them such as gauging stations so that it looks something like the London Tube map - where distances are not important but the relationships of the nodes are. I could probably

Re: [R] Reg: ggplot error

2023-01-11 Thread PIKAL Petr
Hi Attachments are mostly removed from emails so they probably will not reach r-help. You said you get an error, which is the first place you should look at. It can navigate you to the source of the error if you read it carefully. Anyway, if your code is complicated it is difficult to

Re: [R] Reg: ggplot error

2023-01-11 Thread Upananda Pani
I am sorry. On Wed, Jan 11, 2023 at 5:32 PM Eric Berger wrote: > No code or data came through. > Please read the posting guidelines. > > > On Wed, Jan 11, 2023 at 1:38 PM Upananda Pani > wrote: > > > > Dear All, > > > > I am using roptest function of package "ROptEst" (Kohl and Ruckdeschel >

Re: [R] Reg: ggplot error

2023-01-11 Thread Eric Berger
No code or data came through. Please read the posting guidelines. On Wed, Jan 11, 2023 at 1:38 PM Upananda Pani wrote: > > Dear All, > > I am using roptest function of package "ROptEst" (Kohl and Ruckdeschel > (2019)) to find out the ML, CvM-MD, and the RMX estimator and their > asymptotic

[R] Reg: ggplot error

2023-01-11 Thread Upananda Pani
Dear All, I am using roptest function of package "ROptEst" (Kohl and Ruckdeschel (2019)) to find out the ML, CvM-MD, and the RMX estimator and their asymptotic confidence intervals. I am assuming 1-5% of erroneous data for the RMX estimator. Then I am trying to Plot the data in the form of a

Re: [R] My forest plot is not fit to windows in R software

2023-01-11 Thread Michael Dewey
Dear Fahimeh Try preceding your call of forest.meta with pdf("myplot.pdf") forest.meta(..) dev.off() Why did you set xlim to c(0, 1) Michael On 10/01/2023 19:37, Fahimeh Alizadeh wrote: Dear Prof. Thank you for your kind response. I have only used: install.packages("tidyverse")