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.

249 results for “from:Kenneth Cabrera”

Legend in coplot
Kenneth Cabrera · Oct 21, 2008 · r-help

-------------- next part -------------- An embedded message was scrubbed... From: KENNETH R CABRERA <krcabrer at une.net.co> Subject: Legend in coplot Date: Tue, 21 Oct 2008 02:43:48 -0500 Size: 1432 URL: <https://stat.ethz.ch/pipermail/r-help/attachments...

thickness of boxplots
Kenneth Cabrera · Nov 10, 2008 · r-help

Hi R users: How can I obtain with bwplot boxplots with bwplot whose box width will vary acording to other variable. bwplot(categ1~continuos|categ2,box.ratio=continuos2,data=data.base) But it doesn't work as I expected. Thank...

citation() doesn´t work
Kenneth Cabrera · Feb 17, 2004 · r-help

Hi R users: I want to know if you have the same problem with the citation() function, it doesn?t work! Thank you R in W2K, version 1.8.1. -- Kenneth Cabrera Universidad Nacional de Colombia Tel 430 9351 Cel...

Handling memory
Kenneth Cabrera · Nov 4, 2003 · r-help

Dear R-Users: Which is the best way to fee memory inside a function to make room for some other process that uses most of the RAM available and latter retrive this data again to finish the function? Thank you...

A basic question
Kenneth Cabrera · Nov 30, 2004 · r-help

Hi R users: I want to know any experience compiling R in other LINUX distributions besides FEDORA (Red Hat) or Mandrake, for example in BSD, Debian, Gentoo, Slackware, vector LINUX, Knoppix, Yopper or CERN linux? Hope this is not a...

Repeat dataframe
Kenneth Cabrera · May 1, 2006 · r-help

Hi R list: How can I "repeat" a data frame n times (with n>1000), and obtain a new data frame where all the n data frames are binded by rows? Thank you for your help Kenneth -- Using Opera's...

ELCOM/CAEDYM like simulation
Kenneth Cabrera · Dec 7, 2010 · r-help

Hi R users: I will like to know if there is any set of packages that work as the ELCOM/CAEDYM (Estuary and Lake Computer Model/Computational Aquatic Ecosystem Dynamics Model) works. It is an 3D hidrodynamic and ecology modelling...

fptex link?
Kenneth Cabrera · Jan 29, 2003 · r-help

Hi R developers: I am collecting the elements to Build R on W2K. But I found that the www.fptex.org link, lead me to www.dante.de site. In this site I don't found where to download the...

Repeat dataframe
Kenneth Cabrera · May 1, 2006 · r-help

As I said, a very more elegant solution! Thank you! On Mon, 01 May 2006 11:52:44 -0500, Prof Brian Ripley <ripley at stats.ox.ac.uk> wrote: > my_df[rep(1:nrow(my_df), times=n), ] -- Using Opera...

[Fwd: Re: Insurance review statistical methods]
Kenneth Cabrera · Jul 14, 2008 · r-help

-------------- next part -------------- An embedded message was scrubbed... From: Kenneth Roy Cabrera Torres <krcabrer at une.net.co> Subject: Re: [R] Insurance review statistical methods Date: Mon, 14 Jul 2008 17:08:18 -0500 Size: 2048 URL: <https://stat.ethz.ch...

[Fwd: RE: lapply assign to list SOLVED]
Kenneth Cabrera · Dec 2, 2009 · r-help

-------------- next part -------------- An embedded message was scrubbed... From: Kenneth Roy Cabrera Torres <krcabrer at une.net.co> Subject: RE: [R] lapply assign to list SOLVED Date: Wed, 02 Dec 2009 15:24:19 -0500 Size: 4251 URL: <https://stat.ethz...

Help with plotmath
Kenneth Cabrera · Sep 4, 2006 · r-help

Hi R users: How can I have several subscript number with a comma in a plot. I would like to have the LaTeX equivalent of x_{i,j}. I try: plot(1:10,1:10,type="n") text(5,5...

How to google for R stuff?
Kenneth Cabrera · May 21, 2009 · r-help

-------------- next part -------------- An embedded message was scrubbed... From: Kenneth Roy Cabrera Torres <krcabrer at une.net.co> Subject: Re: [R] How to google for R stuff? Date: Thu, 21 May 2009 20:18:40 -0500 Size: 2243 URL: <https://stat...

Stack with factors
Kenneth Cabrera · Apr 1, 2010 · r-help

Hi R users: I found that I cannot stack() a data.frame with factors. db1<-data.frame(replicate(6,factor(sample(c("A","B"),6,replace=TRUE)))) str(db1) db2<-stack(db1) db2 "db2" does not have any row. How...

[Fwd: Re: [R] normal scores test]
Kenneth Cabrera · Mar 6, 2004 · r-help

-- Kenneth Roy Cabrera Torres Celular +57 (315) 504 9339 -------------- next part -------------- An embedded message was scrubbed... From: Kenneth Cabrera <krcabrer at epm.net.co> Subject: Re: [R] normal scores test Date: Sat, 06 Mar 2004 17:00:01 -0500 Size...

Problems with as.POSIXct
Kenneth Cabrera · Sep 22, 2011 · r-help

Hi R users: This is a very strange problem: Why this instruction shows me NA?, and any other date shows me that error! as.POSIXct(strptime("1992-5-3",format="%Y-%m-%d")) This is my R version on windows...

Cluster in large dataset with nominal variables.
Kenneth Cabrera · Apr 5, 2007 · r-help

Hi R users: Is it any R implementation of a cluster procedure for large data sets (clara()) but with dissimilary that can handle continuous, categorical and nominal variables (daisy()) like CLARANS (Clustering Large Applications based up on RANdomized Search), por...

How about a mascot for R?
Kenneth Cabrera · Dec 2, 2004 · r-help

I vote for R-madillo! Erin Hodgess wrote: >How about an R-madillo? > >Erin from Texas > >______________________________________________ >R-help at stat.math.ethz.ch mailing list >https://stat.ethz.ch/mailman/listinfo/r-help >PLEASE do read the posting guide! http...

Chernoff faces
Kenneth Cabrera · Mar 21, 2001 · r-help

Hello everybody: Does any one has a function to build Chernoff faces? Thank you very much Kenneth Roy Cabrera Torres krcabrer at epm.net.co -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ...

subscript out of bouns
Kenneth Cabrera · Jun 30, 2011 · r-help

Hi R users: I got a problem traying to select one date of a timeSeries object. But it works with the SWX data objetct. What am I doing worng? library(fImport) datos2<-readSeries(file="misDatos.csv",header=TRUE,sep=",", format...

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