Re: [R] grid and lattice packages not working

2020-07-27 Thread Bert Gunter
BTW Abhai: In case you did not understand, R-Help is **not** an official support service. It is entirely a volunteer effort, and there is **no guarantee that you will receive any reply** NOR that replies are correct or even helpful (although they usually are). One can considerably enhance the

Re: [R] grid and lattice packages not working

2020-07-27 Thread John via R-help
On Mon, 27 Jul 2020 10:12:33 -0700 Abhai Sawkar wrote: It might help if you provided an example of what happens when you invoke one of the routines. As it stands, this could be due to several different causes. JWdougherty > Hi R support team, > > I downloaded R from the Internet and tried to

Re: [R] Fine-Grey test

2020-07-27 Thread Rasmus Liland
Dear Mariano, On 2020-07-27 16:00 +, mariano berro wrote: > My name is Mariano Berro. I am a > hematologist from Argentina. > I usually use R for most of my > statistical analysis, but I cannot > find the way of performing the > Fine-Grey analysis with categorical > variables (more than

Re: [R] grid and lattice packages not working

2020-07-27 Thread Bert Gunter
?library You have to load the packages into your workspace to use them. If I am correct in this guess, then you need to spend some time with an R tutorial or two before doing anything further. If I am incorrect, then it may help if you provide the output of sessionInfo(). Bert Gunter "The

[R] grid and lattice packages not working

2020-07-27 Thread Abhai Sawkar
Hi R support team, I downloaded R from the Internet and tried to use the grid GUI package but it seems like the graphical functions can't be found. I did a quick search() and despite the presence of the grid and lattice packages in my R folder, it doesn't seem to be there either. Any help would

[R] Fine-Grey test

2020-07-27 Thread mariano berro
My name is Mariano Berro. I am a hematologist from Argentina. I usually use R for most of my statistical analysis, but I cannot find the way of performing the Fine-Grey analysis with categorical variables (more than two options, example: type of donors tipically sibling, unrelated and

Re: [R] Axis with inverse logarithmic scale

2020-07-27 Thread Dileepkumar R
Thanks a lot, John Fox.. Its working Dileepkumar R Postdoctoral Researcher, Interdisciplinary Centre for Water Research (ICWaR), Indian Institute of Sciences, Bangalore, 560012 Mob: 9953035600, skype id: dileepkunjaai On Mon, Jul 27, 2020 at 10:27 PM John Fox wrote: > Dear Dileepkumar R, > >

Re: [R] Axis with inverse logarithmic scale

2020-07-27 Thread Duncan Murdoch
On 27/07/2020 11:56 a.m., Dileepkumar R wrote: I think the attached sample figure is not visible Here is the sample figure: https://drive.google.com/file/d/16Uy3JD0wsEucUv_KOhXCxLZ4U-3wiBTs/view?usp=sharing sincerely, Dileepkumar R On Mon, Jul 27, 2020 at 7:13 PM Dileepkumar R wrote:

Re: [R] Axis with inverse logarithmic scale

2020-07-27 Thread John Fox
Dear Dileepkumar R, As is obvious from the tick marks, the vertical axis is not log-scaled: > log10(99.999) - log10(99.99) [1] 3.908865e-05 > log10(99) - log10(90) [1] 0.04139269 That is, these (approximately?) equally spaced ticks aren't equally spaced on the log scale. The axis is

Re: [R] Axis with inverse logarithmic scale

2020-07-27 Thread Dileepkumar R
I think the attached sample figure is not visible Here is the sample figure: https://drive.google.com/file/d/16Uy3JD0wsEucUv_KOhXCxLZ4U-3wiBTs/view?usp=sharing sincerely, Dileepkumar R On Mon, Jul 27, 2020 at 7:13 PM Dileepkumar R wrote: > Dear All, > > I want to plot a simple cumulative

Re: [R] Axis with inverse logarithmic scale

2020-07-27 Thread Rasmus Liland
Dear Dileepkumar R, On 2020-07-27 19:13 +0530, Dileepkumar R wrote: | Dear All, | | I want to plot a simple cumulative | probability distribution graph with | like the attached screenshot. The screenshot disappeared somewhere. Perhaps you can try to upload it somewhere, or attach it as a

[R] Axis with inverse logarithmic scale

2020-07-27 Thread Dileepkumar R
Dear All, I want to plot a simple cumulative probability distribution graph with like the attached screenshot. But I couldn't fix the y-axis scale as in that screenshot. My data details are follows: y_values =c(66.78149,76.10846,81.65518,85.06448,87.61703,89.61314,91.20297,92.36884,

[R] Axis with inverse logarithmic scale

2020-07-27 Thread Dileepkumar R
Dear All, I want to plot a simple cumulative probability distribution graph with like the attached screenshot. But I couldn't fix the y-axis scale as in that screenshot. My data details are follows: *y_values