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.
For David Winsemius. As always, You help out! Immensely grateful!
Point me, please, the parameter for changing the font size for the variable name in pairs.panels ()
Variable temperature: mydata$temperature has N values. With what code to ?hoice (without return) n values from them RANDOMLY?
Many Thanks!!! > cpolwart at chemo.org.uk: > Your X axis is plotting mydata not date? > Use aes(x=date
Hi, Sarah, Thank you not just for the answer, but for the teaching (!) answer! Yes, cex.labels is what I need!
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
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!
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
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...
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()
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...
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...
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...
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...
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...
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...
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...
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...
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...
> 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 .