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.

115 results for “from:**linda**”

about read txt file
linda.s · Mar 23, 2006 · r-help

I have txt file and use the following command to read it to R: z <- read.table("c:/temp/test.txt") and I type z but the output is totally a mess; the test.txt is strutured with the first...

plot month and year
linda.s · Jul 14, 2010 · r-help

R Code begins unem=read.csv("book5.csv",header=T,row.names=1) attach(unem) unem1=ts(unem$Allen, start=1) ts.plot(unem1,main="Allen") points(unem1,type="o") R Code ends because the time starts at JAN_08...

Imputations in R
Andrews, Linda · Jul 8, 2002 · r-help

I'm interested in finding a package in R to do multiple imputations, similar to MICE in S-Plus. Does one exist? Please email directly to me. Thanks. Linda Andrews Social & Scientific Systems (301) 628-3234 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list...

data management on R
linda.s · Mar 24, 2006 · r-help

what is the difference between the two matrix B and C? > B m n 1 1 2 2 7 8 > C <- cbind(x=A[, 1], n=B[, 2]) > C x n [1,] 1 2 [2,] 3 8 For B, it...

save plot
linda.s · Aug 3, 2010 · r-help

> [I presume you addressed this to Duncan Murdoch for a good reason???] > > Open a new device before plotting, do your plotting, close the device. > > For example, using a PDF device via pdf(): > > pdf("my_plots.pdf", height = 8, width = 8...

Neyman-Scott cluster process
linda.s · Mar 16, 2006 · r-help

Hi there, I want to generate a random point pattern using the Neyman-Scott cluster process using spatstat package in R. After running the following procedures, why i can not see any figures? > nclust <- function(x0, y0, radius, n) {return...

problem with installing clim.pact
Linda Smith · Apr 28, 2010 · r-help

Hi I tried to use install.packages('clim.pact'), but got following (whereas it was installed properly on my windows machine) > install.packages('clim.pact') Warning message: In install.packages("clim.pact") : package ?clim.pact? is not available > version _ platform...

generating markov chain
linda.s · Feb 6, 2006 · r-help

On 2/6/06, Ingmar Visser <I.Visser at uva.nl> wrote: > Linda, > That depends on what you want to do. There are a number of packages dealing > with Markov type models: msm, depmix and hmm.discnp, and then there...

Functions to plot geopotential heights
Linda Smith · Apr 28, 2010 · r-help

Hi, I obtained some netcdf data from NCEP website (attached here). It contains gridded geopotential heights at 1 level with 9 lats and 13 lons, and 489 time steps (so the dimension is 489 1 9 13). The website could...

permutation test for Cox proportional hazards regression model
linda porz · Dec 14, 2017 · r-help

I would like to perform a permutation test for Cox proportional hazards regression model. I only find it for t-test and other tests (e.g. comparing two medians). Is there a way that I can perform a Cox PH...

New user question
Linda Palmer · Mar 27, 2007 · r-sig-mac

Dear R Mac developers group, I hope this question is appropriate for this list. I'm a new user (a few months) and R has been great. Thank you! If it's possible, I'd like to make a simple...

save plot
linda.s · Jul 17, 2010 · r-help

> Open a new device before plotting, do your plotting, close the device. > > For example, using a PDF device via pdf(): > > pdf("my_plots.pdf", height = 8, width = 8, pointsize = 10, > ? ?version = "1.4", onefile = TRUE) > for(i in 1:10...

survival curve to compare two groups
Linda Lei · May 11, 2006 · r-help

Hi All, I want to get the OS and EFS curve to compare two groups by log-rank test. I can draw the two curves by "survfit" but I couldn't find "log-rank" test in the choices of argument...

about read txt file
linda.s · Mar 23, 2006 · r-help

On 3/23/06, Cuvelier Etienne <ecu at info.fundp.ac.be> wrote: > linda.s a ?crit : > > I have txt file and use the following command to read it > > to R: > > z <- read.table("c:/temp/test.txt") > > and I...

(no subject)
Linda Lei · May 18, 2006 · r-help

Hi All, I use the stepAIC to select the variables of Cox ph model. But I got one error as the following: Start: AIC= 239.32 Surv(SURVP, STATP) ~ AGEBMT_med + SEX + DXCODE + STAGEGRP + BSYMDX + BMINVDX + PS + IPIGROUP + INITXGRP + INICHEMO...

plot month and year
linda.s · Jul 14, 2010 · r-help

R Code begins unem=read.csv("book5.csv",header=T,row.names=1) attach(unem) unem1=ts(unem$a, start=1) ts.plot(unem1,main="a") points(unem1,type="o") R Code ends because the time starts at JAN_08...

new to R
linda.s · Mar 23, 2006 · r-help

On 3/23/06, Francisco J. Zagmutt <gerifalte28 at hotmail.com> wrote: > Hi Linda > > Did you already get a reply to your question? If not, try adding a new line > at the end of the text (just hit enter after...

Help with using the huxreg() function
Linda Stefansson · Mar 22, 2022 · r-help

Hello, I am currently studying Econometrics at my university in Sweden, and we use RStudio. We are now doing our last assignment and I need a little bit of help with it. I have made a regression table using the...

tcltk and R 2.9.1
Linda Rutledge · Jul 1, 2009 · r-sig-mac

Hi, When I try to load the Geneland GUI in R 2.9.1 for Mac OS 10.4.11 (with X11 installed from the installation disk) it always comes up with the error "Loading Tcl/Tk interface ... Error in...

generating markov chain
linda.s · Feb 6, 2006 · r-help

On 2/6/06, Ingmar Visser <I.Visser at uva.nl> wrote: > You can use the following, with x your transition matrix > y=numeric(100) > x=matrix(runif(16),4,4) > for(i in 2:100) { > y[i]=which(rmultinom...

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