Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

42 results for “from:Medic”

Change Y-axis labels
Medic · Sep 5, 2019 · r-help

For David Winsemius. As always, You help out! Immensely grateful!

pairs.panels ()
Medic · Nov 19, 2019 · r-help

Point me, please, the parameter for changing the font size for the variable name in pairs.panels ()

choose randomly
Medic · Dec 18, 2019 · r-help

Variable temperature: mydata$temperature has N values. With what code to ?hoice (without return) n values from them RANDOMLY?

Date format
Medic · May 10, 2020 · r-help

Many Thanks!!! > cpolwart at chemo.org.uk: > Your X axis is plotting mydata not date? > Use aes(x=date

pairs.panels ()
Medic · Nov 20, 2019 · r-help

Hi, Sarah, Thank you not just for the answer, but for the teaching (!) answer! Yes, cex.labels is what I need!

Creating map in R
Medic · Nov 22, 2019 · r-help

Thank you very much! > From: Michael Hannon <jmhannon.ucdavis at gmail.com> > ... following might be useful in this case: > https://stat.ethz.ch/mailman/listinfo/r-sig-geo

SURVDIFF()
Medic · Jan 12, 2019 · r-help

Dear David, you are (as always) come to the rescue! With your wonderful pedagogical talent of explanation! Many thanks for the support! My warmest and sincere wishes for the new year!

How to decrease size of points?
Medic · Sep 30, 2020 · r-help

Yes, I just wanted to decrease the STARTING point size! Sorry for not being able to formulate Thank you very much, Rui and Avi! That's all for now. I need to comprehend information. Medic

Split
Medic · Dec 23, 2019 · r-help

I have mydata$var and I have mydata$group #two group I would like to split mydata$var by mydata$group #to get var1 and var2 And then get summary (var1, var2) #this is my finite aim How to encode...

How to decrease size of points?
Medic · Sep 30, 2020 · r-help

The code works as I want, but the points are too big. How to decrease them? (Where to insert: size = 0.8?) p1 <- p + geom_point(aes(size = Stage), alpha = 1/3) + xlab ("X") + ylab("Y") + geom_smooth()

HISTOGRAM
Medic · Nov 10, 2018 · r-help

Rui Barradas, thank you for your prompt response, your code will be useful to me in the future! Rick Bilonick ("your data appear to be categorical"), thank you very much for your comment (I would have to more correctly express...

plot (cox)
Medic · Apr 15, 2019 · r-help

In this code: plot (cox, col=1:2, xscale=1, xlab="OS", ylab="Probability") the X scale is divided (by default) as: 0 ... 50 ... 100 ... 150 ... 200 And I would like so: 0 ... 12 ... 24 ... 36 ... 48. I looked ?plot...

Split
Medic · Dec 23, 2019 · r-help

Dear Burt, you gave a very elegant solution. Many thanks! Jeff, I understand your solution, thank you very much for your time! Colleague Milos, patronage is exactly what I need. I hope for your further guidance! (Rcmdr is not enough...

Thanks! Re: Kaplan-Meier plot
Medic · Jan 17, 2019 · r-help

Bert Gunter: "Have you consulted ?plot.survfit ? " Marc Schwartz "The 'mark.time' argument for plot.survfit() is FALSE by default." Great thanks, Bert, for explanation in which documentation to view information! Thank you very much, Marc! Yes, specification required: plot...

THANKS! Re: Installation...
Medic · Dec 24, 2018 · r-help

1. Dear John, thank you for the important point! <John C Frain: ... Check that Rstudio is not using a different version of R to the version that contains packages updated in R and visa versa> 2. Dear Duncan, thank you...

Scale
Medic · May 20, 2018 · r-help

I would like to get horizontal numbers on the both axes: X and Y. I got horizontal numbers only on the Y axis when adding las=2, How to obtain a horizontal orientation for number on scale also for the...

Read shp file
Medic · Nov 21, 2019 · r-help

Help me. pls, to read .shp file. `library("tmaptools") geo <- read_shape("Rom.shp", as.sf = TRUE) This function is deprecated and has been migrated to github.com/mtennekes/oldtmaptools` I have to turn to another function, but I get...

Survival analysis
Medic · Apr 26, 2020 · r-help

Very grateful for the all comments! My data contains: ? left censored ? right censored ? events (interval censored does not contain!) (P.S. I understood, that the code with "type = 'left'" is not suitable, because is ONLY for left-censored.) I wanted...

Survival analysis
Medic · Apr 26, 2020 · r-help

cpolwart wrote: > the event can only happen once > 1. Yes, I'm not interested in repeat events. 2. I just had an interest in learning the code for survival analysis in case there are: event, left censored (not left truncating...

Problems with library(survival)
Medic · Dec 23, 2018 · r-help

> install.packages("survival") package ?survival? successfully unpacked and MD5 sums checked > library(survival) Error: package or namespace load failed for ?survival? in get(Info[i, 1], envir = env): lazy-load database 'C:/Program Files/R/R-3.5.1/library...

Can't find what you're looking for? Try searching with Google .