Re: [R] Style guide when using "R" in a title

2023-07-26 Thread Uwe Ligges
On 26.07.2023 23:48, Wadsworth, Spencer G [STAT] wrote: Hello, I am working on a small booklet to be used with an existing statistics textbook. The purpose of the booklet is to give worked through examples from the textbook using R code and it will be made publicly available with the

Re: [R] Style guide when using "R" in a title

2023-07-26 Thread Bert Gunter
https://www.r-project.org/logo/ Cheers, Bert On Wed, Jul 26, 2023 at 4:01 PM Wadsworth, Spencer G [STAT] wrote: > > Hello, > > I am working on a small booklet to be used with an existing statistics > textbook. The purpose of the booklet is to give worked through examples from > the textbook

[R] Style guide when using "R" in a title

2023-07-26 Thread Wadsworth, Spencer G [STAT]
Hello, I am working on a small booklet to be used with an existing statistics textbook. The purpose of the booklet is to give worked through examples from the textbook using R code and it will be made publicly available with the textbook. The title of the booklet is "R Code Supplement for

[R] Survival questions

2023-07-26 Thread Stats Student
Hi - I am using the survfit() function to produce Kaplan-Meier survival curves for several different groups. survfit (Surv() ~ cohort, data=d) Everything works fine, but I'd like to do something different. I have a 12 month survival curve (base) and I also have two survival curves based on some

Re: [R] Seeking Assistance: Plotting Sea Current Vectors in R

2023-07-26 Thread konstantinos christodoulou
Thank you Jim for your response. I will try it now and then let you know if it works. Kind regards, Kostas On Wed, Jul 26, 2023 at 1:59 AM Jim Lemon wrote: > Hi Kostas, > The function vectorField in the plotrix package may do what you want. > See the example. > > Jim > > On Tue, Jul 25, 2023

Re: [R] plotly

2023-07-26 Thread Kimmo Elo
Hi, ke, 2023-07-26 kello 02:04 +, Thomas Subia via R-help kirjoitti: > Question 1:How can I save the plotly graph with a specific graph > size?Using ggsave, one can define the height, width and unit of > measure, is there something similar in plotly?Since I am creating the > same gauge plot

Re: [R] Downloading a directory of text files into R

2023-07-26 Thread Bob Green
Rui, Many thanks for your reply and coding, I was not expecting so much work was required. It worked perfectly. The only thing I needed to do, was create a Temp file in the Documents folder. Thanks again, Bob At 03:52 PM 7/26/2023, Rui Barradas wrote: Às 23:06 de 25/07/2023, Bob Green