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.

841 results for “from:AC”

survival analysis
p.b.pynsent@bham.ac.uk · Nov 20, 2002 · r-help

Has anybody written an actuarial (life) survival procedure, this does not appear to be an option in the survival package? This approach is common in orthopaedic surgery to demonstrate the survival of prostheses. I need to apply the "modified" lower...

mean function on correlation matrices (PR#2540)
rs381@wbic.cam.ac.uk · Feb 11, 2003 · r-devel

Full_Name: Raymond Salvador Version: R 1.6.2 OS: Windows ME Submission from: (NULL) (131.111.93.195) The mean function applied on individual components of several correlation matrices gives a wrong result (gives the first value instead of...

Filling graphic objects
p.b.pynsent@bham.ac.uk · Mar 12, 2003 · r-help

I have used polygon() to mark the confidence limits of a survival curve. In another project, I have used the col parameter to fill my boxplots. The poly() description refers to filling but actually produces hatching (i.e. lines ). boxplot...

Random Number Testing
dcum007@ec.auckland.ac.nz · Jun 25, 2003 · r-help

I would like to thank all of you who replied to my last question regarding the generation of random numbers. I have read much about the theory and have been fortunate to find some rng code. Now my task lies...

GEV by weighted moments method
KOITA Lassana - STAC/ACE · Feb 13, 2007 · r-help

Hi R-users, Could anyone point me to package of GEV (not the POT package) including function that estimates parameters by weighted moments method? Best regrads Lassana KOITA Charg? d'Etudes de S?curit? et d'Exploitation a?roportuaires / Project...

Rotate numbers on the Y axis on a multiple Boxplot chart
d d sutcliffe@durham ac uk · Jun 8, 2006 · r-help

Hello All, I am trying to format a box plot chart for a report so it matches other charts I have created in other software programs. My problem is that I need to rotate the values on the Y axis...

get() return nothing
Fix Ace · Feb 11, 2017 · r-help

Hello, there, I wrote a loop to check the dimension of all the .txt dataframes:> ls() ?[1] "actualpca.table" "b4galnt2"??????? "b4galnt2.txt"??? "data" ?[5] "galnt4"????????? "galnt4.txt"????? "galnt5"????????? "galnt5.txt" ?[9] "galnt6"????????? "galnt6.txt"????? "glyco"?????????? "glyco.txt" [13] "i"?????????????? "mtscaled...

[FORGED] help with gradient boxplot
Fix Ace · Dec 9, 2016 · r-help

Hi, Paul, Thank you very much! It works this time with "strict=FALSE" option. Another relevant question: how did you figure out? that boxes in boxplot are called "bwplot.box.polygon". If I am trying to make a gradient filling...

Residual Sum Squares Issues with Linear Mixed Models
Howsun.Jow at newcastle.ac.uk · Nov 20, 2009 · r-sig-mixed-models

I'm having problems understanding why the residual sum squares for a reduced linear mixed model is sometimes smaller for a "reduced" model than for a "full" model. Take the "Pastes" dataset for example: fm3M <- lmer(strength ~ 1 + (1|batch...

format() applied to an NA character string (PR#9616)
D.Wischik at cs.ucl.ac.uk · Apr 17, 2007 · r-devel

I get strange results when I try to format() an NA character string. > x <- 'sometext' > x[1] <- NA > format(NA, width=32) # displays sensibly, right-justified > format(x,width=32) # displays sensibly, left-justified > format(x,width=33) # displays "" > format...

Could someone email me with the code for glm.nb ?
J.Brainard@uea.ac.uk · Mar 28, 2004 · r-help

Hi -- subject says all. I just want the code for that function, which I guess was in Venables and Ripley as early as 1994. Well, and for any of the sub-functions that glm.nb calls. I can't install...

mathematical expressions ...
allan_sta_staff_sci_main_uct@mail.uct.ac.za · Nov 28, 2005 · r-help

hi all i have a few questions about formatting plots: 1. i would like to add a symbol such as chi squared with 3 degrees of freedom onto a plot. expression(chi^2 == jnfdjb), can be used in conjuction with...

ggplot2 package: argument of expand with scale_x_discrete()
Fix Ace · Dec 29, 2016 · r-help

Hello, there, What exactly does "expand" do for this function? I followed the examples from the manual to get a plot: d <- ggplot(subset(diamonds, carat > 1), aes(cut, clarity)) +geom_jitter() I would like to have all the dots...

spdep: From matrix to listw
mreisman at wu-wien.ac.at · Apr 20, 2007 · r-sig-geo

Dear colleagues, Is there any quick way for converting from R-matrix to listw-object of style 'W' (row-standardized)? I tried mat2listw but the result is style 'M' (which is not what I need). I also wrote my own...

Random Numbers
dcum007@ec.auckland.ac.nz · Jul 20, 2003 · r-help

Thank you to all who replied to my previous question regarding the generation of random numbers. I have read up on the literature and learnt a whole lot more. In my research I found code for many generators which I...

Random Numbers
dcum007@ec.auckland.ac.nz · Jul 21, 2003 · r-help

Thank you to all who replied to my previous question regarding the generation of random numbers. I have read up on the literature and learnt a whole lot more. In my research I found code for many generators which I...

glm() documentation, two things (PR#1198)
david.firth@nuffield.ox.ac.uk · Dec 6, 2001 · r-devel

Full_Name: David Firth Version: 1.3.1 OS: various Submission from: (NULL) (163.1.103.121) 1. help(glm.fit) does not properly document glm.fit. The arguments x,y for that function are not logicals. It would be...

R 0.65.1 config bug (PR#324)
kmb28@cus.cam.ac.uk · Nov 15, 1999 · r-devel

install@herb1:~/R-0.65.1> ./configure --help .... --with-gnome use GNOME (if available) --with-gnome-includes Specify location of GNOME headers --with-gnome-libs Specify location of GNOME libs --with-gnome Specify prefix for GNOME files Is that last...

how to read/save .zip compressed files from R?
J.delasHeras at ed.ac.uk · Aug 3, 2010 · r-help

Dear list, is there a way to open a .zip folder so that one can extract and modify files inside and then save teh .zip folder again? thanks! Jose -- Dr. Jose I. de las Heras Email: J.delasHeras at ed...

Subsetting Timestamped data
aj409 at bath.ac.uk · Oct 4, 2013 · r-help

Hi, I have a data frame, data, containing two columns: one- the TimeStamp (formatted using data$TimeStamp <- as.POSTIXct(as.character(data$TimeStamp), format = "%d/%m/%Y %H:%M") ) and two- the data value. The data frame has been read...

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