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.

18 results for “from:Juan Ramon Gonzalez”

problems writing graphics
Juan Ramon Gonzalez · Jan 17, 2003 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/r-help/attachments/20030117/277998a7/attachment.pl

graphics landscape orientation
Juan Ramon Gonzalez · Jan 14, 2003 · r-help

Hello listers, I would like to know how I can get the resulting graphic of the function plot.hclust (from the package cluster) in landscape orientation. Is it possible? Thanks, Juan

%in% in R?
Juan Ramon Gonzalez · Jun 10, 2002 · r-help

Hi, Does anyone know if exists a similar funcion to %in% from Hmisc S-plus library in R? Thank you -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or...

extract week from date
Juan Ramon Gonzalez · Apr 11, 2002 · r-help

Hello R-users, Does anyone know how obtain the week of a date? (in SPPS the instruction is "xdate.week") Thanks, Juan Ramon -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send...

problems with rexp ?
Juan Ramon Gonzalez · May 3, 2002 · r-help

Does anyone know if R have any problems with the exponential random number generation (function rexp)? I comment it because I executed data<-sort(rexp(100)) plot(data,dexp(data)/(1-pexp(data)),type="l") and the graphic isn't...

Rcmd check examples
Juan Ramon Gonzalez · Oct 7, 2002 · r-help

Hello R-listers, I have created a library but it don't pass the Rcmd check when it is checking the examples. Error mesage: "Running examples failed" I have executed the instructions written in the Rd file in a R...

insert number in vector
Juan Ramon Gonzalez · Jun 18, 2002 · r-help

Hello R-users, I need to create a vector inserting an 1 after each value of another vector. For example: vec1<-c(2,3,4) I need to create a vector with the values 2,1,3,1,4 Does...

Acces violation ???
Juan Ramon Gonzalez · Oct 1, 2003 · r-help

Dear R-listers, I have created a "dll" and I call it from a R function. However R stops and shows the message: "Unhandled exception in Rgui.exe (R.DLL): 0xC0000005: Access Violation" I get this error in other situations...

Problems with tcltk package
Juan Ramon Gonzalez · Sep 23, 2002 · r-help

Hello listers, I have installed Tcl/Tk v8.4 on my system (Win XP, R 1.5.1). When I try to load the Tcl/Tk package I get this error: > library(tcltk) Error in firstlib(which.lib.loc, package...

show messages during a long process
Juan Ramon Gonzalez · Jun 11, 2002 · r-help

Hi, I have a function which takes some time to execute (20 sec.) and I want to show the progress of the execution with simple messages such as "10% done", "20% done", ... (with a simple "cat" function). The problem is...

.Fortran or .C???
Juan Ramon Gonzalez · Jan 21, 2002 · r-help

Hello, I have made a dll with mingw32 fortran compiler. I load my dll with the dyn.load function, but when I call one of my Fortran procedures with the .Fortran instruction, an error message appears saying that my function...

list of lists
Juan Ramon Gonzalez · Jun 17, 2002 · r-help

Hi R-users I have a list with 19 elments. This elements are a new list of 2 elements, for example: times<- [[1]] [[1]]$time 11 10 147 206 30 [[1]]$n [1] 3 ....... [[19]] [[19]]$time 96 96 96...

problem with boot
Juan Ramon Gonzalez · Jun 19, 2002 · r-help

Hello R-users, I'm using the boot's library. I have two questions: 1. I execute for example data<-rnorm(100) boot(data,mean,500) and I obtain 500 equal bootstrap samples of data. Why? 2. I need to...

new package survrec
Juan Ramon Gonzalez · Oct 29, 2002 · r-help

Dear R-Listers, I would like to announce a new package called "survrec". The package estimates the survival function for recurrent event data using the estimators developed by Pena-Strawderman-Hollander (JASA, 2001) and Wang-Chang (JASA, 1999). The name...

survrec 1.1-2
Juan Ramon Gonzalez · Nov 12, 2003 · r-help

Dear R-Listers, We have just updated the version 1.1-2 of "survrec" package. As you can remember this package deals with recurrent event data. Previous version computes survival curves when the interocurrence times are iid or correlated. The...

problems with rcmd check
Juan Ramon Gonzalez · May 28, 2002 · r-help

Hello, I have developed a R package. When I pass it through the rcmd check command (windows 98) to see if it is ok, everything works fine until there is a call to the program "sh.exe". It seems that...

All permutations
Juan Ramon Gonzalez · Sep 25, 2002 · r-help

Ravi, Look at the gregmisc package and "permutations" function Juan ----- Original Message ----- From: "David Meyer" <david.meyer at ci.tuwien.ac.at> To: "Ravi Varadhan" <rvaradha at jhsph.edu> Cc: "R-Help (E-mail)" <r-help at stat.math.ethz...

Survr error
Juan Ramon Gonzalez · Jan 17, 2003 · r-help

Dear Jonathan, This error appear when the number of censored time is not equal to different identifier numbers. E.g. It is possible you have not censored times for all subjects. In this case you have to add another data...

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