I am trying to make a data frame including two vectors. The first vector is
a vector of Persian names, and the second vector is a vector of numbers. My
code is as follows:
A<-data.frame(x=c("مریم","ماریا"),y=c(1,1))
A
But when I run these codes I do not receive my desired output. Indeed the
colum
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
pro
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
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 t
?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 troub
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
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
haploident
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,
>
>
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:
De
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 instead
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 p
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 pn
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,
93.64070,94.
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,93.64
14 matches
Mail list logo