Re: [R] access to 'formula' terms in a user function

2007-07-06 Thread Prof Brian Ripley
On Fri, 6 Jul 2007, Eric Peterson wrote: > This is probably buried somewhere in the R help archives, but I've been > unable to find it, so perhaps the keywords I use here will help bring the > topic to the surface more easily for future users. > > I want to write my own modeling function (ultimate

Re: [R] Error Coefficient matrix not invertible using nlme correlation

2007-07-06 Thread Neelima Aitha
Hi, I am learning R. I am using nlme function to my dataset. I am getting error "Coefficient matrix not invertible". I don't know how to fix this problem. > bcows1.nlme<-nlme(Temp~model(newTime, beta, delta, kappa), data= bcows.group, + fixed=beta+delta+kappa~1, +

Re: [R] color scale in rgl plots

2007-07-06 Thread Richard M. Heiberger
> I can't manage to come up with a nice looking color scale. install package RColorBrewer Description: The packages provides palettes for drawing nice maps shaded according to a variable. ?display.brewer.all display.brewer.all() __ R-help@s

[R] color scale in rgl plots

2007-07-06 Thread David Farrelly
Hello, I'm trying to make a 3d plot using rgl in which the size and color of each point corresponds to certain attributes of each data point. The color attribute, let's call it X, is scaled to go from 0 to 1. The rainbow(64,start=0.7,end=0.1) palette is perfect for what I want but I don't know how

Re: [R] Fees to use R

2007-07-06 Thread Simon Blomberg
Of course, if your company would like to donate some money to the R foundation, I'm sure it would be greatly appreciated. http://www.r-project.org/foundation/donations.html Cheers, Simon. Simon Blomberg, BSc (Hons), PhD, MAppStat. Lecturer and Consultant Statistician Faculty of Biological an

Re: [R] maintaining specified factor contrasts when subsetting in lmer

2007-07-06 Thread Francisco J. Zagmutt
See ?relevel Regards, Francisco Afshartous, David wrote: > All, > > I'm using lmer for some repeated measures data and have specified > the contrasts for a time factor such that say time 3 is the base. This > works fine. However, when > I next use the subset argument to remove the last tw

Re: [R] Changing Tick Mark Values for lattice / wireframe

2007-07-06 Thread Deepayan Sarkar
On 7/6/07, Anthony Pezzola <[EMAIL PROTECTED]> wrote: > How can I change the tick mark values in lattice, specifically wireframe? > > I have a 11*46 matrix of values that I am plotting using wireframe. > Unfortunely, the values range from 0.1-1.1 and 0.5-5. Using the code > below the tick marks ha

[R] maintaining specified factor contrasts when subsetting in lmer

2007-07-06 Thread Afshartous, David
All, I'm using lmer for some repeated measures data and have specified the contrasts for a time factor such that say time 3 is the base. This works fine. However, when I next use the subset argument to remove the last two time values, the output indicates that the specified contrast is not m

[R] Changing Tick Mark Values for lattice / wireframe

2007-07-06 Thread Anthony Pezzola
How can I change the tick mark values in lattice, specifically wireframe? I have a 11*46 matrix of values that I am plotting using wireframe. Unfortunely, the values range from 0.1-1.1 and 0.5-5. Using the code below the tick marks have are (2,4,6,8,10) and (10,20,30,40). Thanks in advance.

Re: [R] access to 'formula' terms in a user function

2007-07-06 Thread Gabor Grothendieck
Try this: MyFunction <- function(formula, data) { vars <- all.vars(formula) data.name <- deparse(substitute(data)) for(v in vars) cat("Mean of ", data.name, "$", v, ": ", mean(data[[v]]), "\n", sep = "") invisible(colMeans(da

Re: [R] algebra/moving average question - NOTHING TO DO WITH R

2007-07-06 Thread Deepayan Sarkar
On 7/6/07, Leeds, Mark (IED) <[EMAIL PROTECTED]> wrote: > This has ABSOLUTELY nothing to do with R but I was hoping that someone > might know because there are obviously a lot of very bright people on > this list. > > Suppose I had a time series of data and at each point in time t, I was > calculat

Re: [R] loading package in LINUX

2007-07-06 Thread Jonathan Baron
On 07/06/07 14:13, Ranjan Maitra wrote: > On Fri, 6 Jul 2007 18:34:27 +0530 "Regina Verghis" > <[EMAIL PROTECTED]> wrote: > > > I am comfortable with windows based R. But recently I had shifted to > > LINUX(Red Hat Linux Enterprise Guide 4) > > 1) I want to load J K Lindsey's repeated library in R

[R] Safe Buy Original Laptops

2007-07-06 Thread Computer City
Dear Sir/Madam, We are a laptop seller, all our products is original, we sell all products Brand new original and with its full accessories along with 3 years international warranty, some of our prices is as follows Sony VAIO B100B - $420:00 Sony VAIO FS790 - $440:00 Sony VAIO FJ170/B

Re: [R] histogram with absolute figures

2007-07-06 Thread Sarah Goslee
The default of hist() is counts rather than percentages. Sarah On 7/6/07, Mag. Ferri Leberl <[EMAIL PROTECTED]> wrote: > Dear everybody! > Is ist easily possible to make up a histogram with absolute numbers > instead of percentages? > Thank you in advance! > Yours, Mag. Ferri Leberl > > _

[R] access to 'formula' terms in a user function

2007-07-06 Thread Eric Peterson
This is probably buried somewhere in the R help archives, but I've been unable to find it, so perhaps the keywords I use here will help bring the topic to the surface more easily for future users. I want to write my own modeling function (ultimately for some multidimensional windowing - but this

[R] Clustering nested data

2007-07-06 Thread Scott Bearer
Hi all, I am interested in performing a cluster analysis on ecological data from forests in Pennsylvania. I would like to develop definitions for forest types (red maple forests, upland oak forests, etc.(AH AR in attached table)) based on measured attributes in each forest type. To do this, I wo

Re: [R] Fees to use R

2007-07-06 Thread Gavin Simpson
On Fri, 2007-07-06 at 09:31 +0200, [EMAIL PROTECTED] wrote: > Good morning to all, > > I work for a bank in Italy, I want to know if i can install R and > relative add on like Rbloomberg for free or my company has to pay some > fee. > tanks to all. > Stefano Colucci R is released under the GNU GP

Re: [R] t.test

2007-07-06 Thread Bartjoosen
and do read the R-manual about how to make a vector matthew wrote: > > Hi, how can I solve a problem without the function t.test??? > > for example: > x<-(1,3,5,7) > y<-(2,4,6) > t.test(x,y,alternative="less",paired=FALSE,var.equal=TRUE,conf.level=0.95) > > > -- View this message

[R] VGLM cumulative logit/probit models

2007-07-06 Thread Rizwan Younis
Dear R experts: I have some confusion about vglm function for cumulative logit/probit models. Does the function checks for parallelism? I was wondering what happens if we say parallel = FALSE in case of cumulative probit/logit model. Does vglm fits dichotomous models in that case ? Thanks Reez Y

[R] Fees to use R

2007-07-06 Thread [EMAIL PROTECTED]
Good morning to all, I work for a bank in Italy, I want to know if i can install R and relative add on like Rbloomberg for free or my company has to pay some fee. tanks to all. Stefano Colucci -- Scegli infostrada: ADSL gratis per tutta l’esta

[R] Markov Chain Model Simulation

2007-07-06 Thread Juliane Willert
Hi everybody, I have not worked yet very much with R and must investigate a Monte Carlo Simulation. My model contains an autoregression(1) and a two state markov chain. For example: X_t = Tau_t + u_t Tau_t = nu_t + Tau_{t-1} nu_t = nu_1 * S_t + nu_0 * (1-S_t) phi(L) u_t = epsilon_t, epsilon_t i

Re: [R] HTML.data.frame

2007-07-06 Thread Bartjoosen
Hi, Don't know what you are trying to do, but did you load the package after installing? eg: library(R2HTML) Bart elyakhlifi mustapha wrote: > > hello, > I installed the R2HTML package but when I wanna execute the > HTML.data.frame function I can't and I don't know why > can you help me plea

[R] histogram with absolute figures

2007-07-06 Thread Mag. Ferri Leberl
Dear everybody! Is ist easily possible to make up a histogram with absolute numbers instead of percentages? Thank you in advance! Yours, Mag. Ferri Leberl __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do rea

Re: [R] loading package in LINUX

2007-07-06 Thread Ranjan Maitra
On Fri, 6 Jul 2007 18:34:27 +0530 "Regina Verghis" <[EMAIL PROTECTED]> wrote: > I am comfortable with windows based R. But recently I had shifted to > LINUX(Red Hat Linux Enterprise Guide 4) > 1) I want to load J K Lindsey's repeated library in R. How to install > the packge? Hi, Use install.pac

[R] algebra/moving average question - NOTHING TO DO WITH R

2007-07-06 Thread Leeds, Mark \(IED\)
This has ABSOLUTELY nothing to do with R but I was hoping that someone might know because there are obviously a lot of very bright people on this list. Suppose I had a time series of data and at each point in time t, I was calculating x bar + plus minus sigma where x bar was based on a moving win

Re: [R] Recursion in R ...

2007-07-06 Thread Alberto Monteiro
Ted Harding wrote: > > So I slickly wrote a recursive definition: > > Nnk<-function(n,k){ > if(n==1) {return(k)} else { > R<-0; > for(r in (1:k)) R<-(R+Nnk(n-1,k-r+1)) # ,depth)) > } > return(R) > } > You are aware that this is equivalent to: Nnk1 <- function(n, k) { prod(1:(n+k-1)

Re: [R] .Rprofile: Set package path for downloads

2007-07-06 Thread Prof Brian Ripley
On Fri, 6 Jul 2007, Duncan Murdoch wrote: > On 7/6/2007 8:04 AM, Will wrote: >> Hi, >> >> I'd like to configure my .Rprofile so that additional packages are >> installed and loaded from my personal package repository (let's say >> d:/R/MyPackages/). I am working with R 2.4.1 under Windows XP. >> H

Re: [R] Text Mining

2007-07-06 Thread Gabor Grothendieck
The gsubfn package has been used for linguistic analysis. See the following demo: library(gsubfn) demo("gsubfn-gries") The gsubfn home page is at: http://code.google.com/p/gsubfn/ That will point you to more info including a vignette (i.e. pdf document). On 7/6/07, LE PAPE Gilles <[EMAIL P

Re: [R] Text Mining

2007-07-06 Thread wssecn
See the tm package. Washington S. Silva > Hi everybody, > I am a new R user. Is there any package devoted to "text mining" analysis in > R ? > Thanks > Gilles > [EMAIL PROTECTED] > > __ > R-help@stat.math.ethz.ch mailing list > https://stat.ethz.ch/m

Re: [R] Text Mining

2007-07-06 Thread Jim Porzak
Also see Ingo Feinerer's tm package and his nice vignette. On 7/6/07, LE PAPE Gilles <[EMAIL PROTECTED]> wrote: > > Hi everybody, > I am a new R user. Is there any package devoted to "text mining" analysis > in > R ? > Thanks > Gilles > [EMAIL PROTECTED] > > ___

[R] Recursion in R ...

2007-07-06 Thread Ted Harding
Hi Folks, R has known speed issues for recursive definitions. There was a thread "Extremely slow recursion in R?" in August 2006 (24 Aug, from Jason Liao), with some interesting comparisons between programming languages. I'm re-opening the topic, with an ulterior motive (stated at the end). The

[R] Text Mining

2007-07-06 Thread LE PAPE Gilles
Hi everybody, I am a new R user. Is there any package devoted to "text mining" analysis in R ? Thanks Gilles [EMAIL PROTECTED] __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://

[R] import DTM with readRAST6()

2007-07-06 Thread Matteo Dall'Amico
Hello everybody, I am a new R & Grass user. I am interested in doing a kriging of the Temperature in a basin, based on pixel elevation (DTM). I use Grass 6.2.1 and R 2.5.1 and have installed the spgrass6 package. The DTM is called "DTM_trentino_100m" and is like this: north:5158000.0 south:5058

Re: [R] (Statistics question) - Nonlinear regression and simultaneous equation

2007-07-06 Thread Spencer Graves
Not all parameters are estimable in some systems of equations like the classical "errors in X" regression. Consistency is an asymptotic property: On average, as the sample size increases without bound, a consistent estimator will converge to what you want. I'm no expert in asympt

Re: [R] HTML.data.frame

2007-07-06 Thread MORNEAU François
You "wanna" many things but seem to have forgotten the posting guide and perhaps to have a look at fortune(122) ;) Could you provide a short reproducible example please ? Regards, François -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de elyakhlifi musta

Re: [R] Me again, about the horrible documentation of tcltk

2007-07-06 Thread Duncan Murdoch
On 7/6/2007 7:32 AM, Alberto Monteiro wrote: > [sorry for the previous mis-typed message... my mouse is > playing evil tricks against me [*]] > > Philippe Grosjean wrote: >> >> For those who are interested, I just cook a little tcltkHelp() >> function to ease access to the Tcl/Tk documentation un

[R] loading package in LINUX

2007-07-06 Thread Regina Verghis
I am comfortable with windows based R. But recently I had shifted to LINUX(Red Hat Linux Enterprise Guide 4) 1) I want to load J K Lindsey's repeated library in R. How to install the packge? 2) How to create the shared library if I ve the fortran codes(I haven't done creation of shared library in w

Re: [R] .Rprofile: Set package path for downloads

2007-07-06 Thread Duncan Murdoch
On 7/6/2007 8:04 AM, Will wrote: > Hi, > > I'd like to configure my .Rprofile so that additional packages are > installed and loaded from my personal package repository (let's say > d:/R/MyPackages/). I am working with R 2.4.1 under Windows XP. > How do I do this? See the repos option in ?optio

[R] HTML.data.frame

2007-07-06 Thread elyakhlifi mustapha
hello, I installed the R2HTML package but when I wanna execute the HTML.data.frame function I can't and I don't know why can you help me please? thanks. _ [[alternative HTML version deleted]] __

Re: [R] problem assigning to indexed data frame element

2007-07-06 Thread John Kane
Check what is happening with current.spec. It looks to me as if you are trying to use a factor as an index. See below --- "Drescher, Michael (MNR)" <[EMAIL PROTECTED]> wrote: > Hi All, > > Sorry if I ask an obvious thing, I am still new to R > ... > > I created a data frame of given dimension

[R] .Rprofile: Set package path for downloads

2007-07-06 Thread Will
Hi, I'd like to configure my .Rprofile so that additional packages are installed and loaded from my personal package repository (let's say d:/R/MyPackages/). I am working with R 2.4.1 under Windows XP. How do I do this? Thanks in advance, Will __ R-

Re: [R] about R, RMSEP, R2, PCR

2007-07-06 Thread Bjørn-Helge Mevik
Nitish Kumar Mishra wrote: > I want to calculate PLS package in R. Now I want to calculate R, MSEP, > RMSEP and R2 of PLSR and PCR using this. > I also add this in library of R. How I can calculate R, MSEP, RMSEP and R2 > of PLSR and PCR in R. > I s any other method then please also suggest me. Si

Re: [R] Levene Test with R

2007-07-06 Thread Adrian Dusa
On Thursday 05 July 2007, along zeng wrote: > Hi All, > is there Levene' test in R ? If not ,Could you give me some > advice about Levene test with R? > Thanks a lot! I am waiting for yours. >From what I found in the archives, Levene is not very well suited for the homogeneity of varian

[R] svyglm

2007-07-06 Thread Moss, Angela \(Dudley PCT\)
Dear Professor Lumley I am relatively new to using R and also to logistic regression. We have analysed our Dudley Health Survey using the survey package. I am now trying to look at associations using svyglm but I am unsure of how to interpret the output and present the resulting model or whether

[R] R Logging Package

2007-07-06 Thread Scillieri, John
> Does anyone know how to print out the current function name and line > number (similar to how warning(call.=TRUE) operates). I'd like this > for a logging package I'm working on, but I can't seem to find a way. > > Thanks for your help, > > John Scillieri >>> This e-mail and any attachments a

Re: [R] Question for svm function in e1071

2007-07-06 Thread David Meyer
Adschai: The function is written in C++, so debugging the source code of the R svm() function will not really help. What you can do to make the C-code more verbose is the following: - get the sources of e1071 - in the src/ directory, look up the svm.cpp file - In line 37, there is: #if 0 void

Re: [R] Me again, about the horrible documentation of tcltk

2007-07-06 Thread Alberto Monteiro
[sorry for the previous mis-typed message... my mouse is playing evil tricks against me [*]] Philippe Grosjean wrote: > > For those who are interested, I just cook a little tcltkHelp() > function to ease access to the Tcl/Tk documentation under Windows. > This is on the Wiki discussion of the Tk

Re: [R] Me again, about the horrible documentation of tcltk

2007-07-06 Thread Alberto Monteiro
-- Original Message --- From: Philippe Grosjean <[EMAIL PROTECTED]> To: Duncan Murdoch <[EMAIL PROTECTED]> Cc: r-help@stat.math.ethz.ch, Mike Meredith <[EMAIL PROTECTED]> Sent: Fri, 06 Jul 2007 12:57:17 +0200 Subject: Re: [R] Me again, about the horrible documentation of tcltk >

Re: [R] generating lower triangular matrix

2007-07-06 Thread Gabor Csardi
You might want to check lower.tri. Also, keep in mind that a matrix in R is just a vector with a 'dim' attribute. The elements are stored columnwise. Gabor On Thu, Jul 05, 2007 at 06:53:45PM -0400, Aydemir, Zava (FID) wrote: > Hi, > > I would like to generate below triangular matrix for some

[R] number of permutations required

2007-07-06 Thread João Fadista
Dear all, I would like to have some opinions/advices and possible references about the following subject: Example: If I permute, with replacement, 3 items out of a sample of size 10, I get 10^3 possible results. If I permute, with replacement, 6 items ou of a sample of size 20, I get 20^6 po

Re: [R] Me again, about the horrible documentation of tcltk

2007-07-06 Thread Duncan Murdoch
On 06/07/2007 6:57 AM, Philippe Grosjean wrote: > For those who are interested, I just cook a little tcltkHelp() function > to ease access to the Tcl/Tk documentation under Windows. This is on the > Wiki discussion of the TkCommands help page at: > http://wiki.r-project.org/rwiki/doku.php?id=rdo

Re: [R] Warning message: cannot create HTML package index

2007-07-06 Thread Peter Dalgaard
Leo wrote: > On 06/07/2007, Prof Brian Ripley wrote: > >> On Fri, 6 Jul 2007, Leo wrote: >> >> >>> I have set R_LIBS=~/R_lib as I don't have root access. >>> >>> The following message shown up every time after installing a package: >>> >>> .. >>> The downloaded packages are in >>>

[R] about R, RMSEP, R2, PCR

2007-07-06 Thread Nitish Kumar Mishra
Hi, I want to calculate PLS package in R. Now I want to calculate R, MSEP, RMSEP and R2 of PLSR and PCR using this. I also add this in library of R. How I can calculate R, MSEP, RMSEP and R2 of PLSR and PCR in R. I s any other method then please also suggest me. Simply I want to calculate these val

Re: [R] RODBC problem

2007-07-06 Thread Bernhard Wellhöfer
Hello, as I wrote I call sqlFetch(channel,"t_studie") and this function generates in the background the concrete query. How can I view/log/... the concrete query? Regards, Bernhard > -Original Message- > From: DUPREZ Cédric [mailto:[EMAIL PROTECTED] > Sent: Friday, July 06, 2007

Re: [R] Me again, about the horrible documentation of tcltk

2007-07-06 Thread Philippe Grosjean
For those who are interested, I just cook a little tcltkHelp() function to ease access to the Tcl/Tk documentation under Windows. This is on the Wiki discussion of the TkCommands help page at: http://wiki.r-project.org/rwiki/doku.php?id=rdoc:tcltk:tkcommands Best, Philippe Grosjean ...

Re: [R] Me again, about the horrible documentation of tcltk

2007-07-06 Thread Duncan Murdoch
On 06/07/2007 3:51 AM, Mike Meredith wrote: > > I think it would help if the tcl/tk manuals were added to the RGui Help > menu. Why google when they are on your hard drive already? I'd say they are too specialized for that. There are dozens of topics that are as important as this, but a GUI men

Re: [R] Warning message: cannot create HTML package index

2007-07-06 Thread Leo
On 06/07/2007, Prof Brian Ripley wrote: > On Fri, 6 Jul 2007, Leo wrote: > >> I have set R_LIBS=~/R_lib as I don't have root access. >> >> The following message shown up every time after installing a package: >> >> .. >> The downloaded packages are in >> /tmp/RtmpBoIPoz/downloaded_packag

Re: [R] RODBC problem

2007-07-06 Thread DUPREZ Cédric
Hello, The problem seems to be in the query syntax. Can you show us the query you are trying to perform ? Regards, Cedric -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Bernhard Wellhöfer Envoyé : vendredi 6 juillet 2007 11:45 À : r-help@stat.math.et

Re: [R] Warning message: cannot create HTML package index

2007-07-06 Thread Prof Brian Ripley
On Fri, 6 Jul 2007, Leo wrote: > I have set R_LIBS=~/R_lib as I don't have root access. > > The following message shown up every time after installing a package: > > .. > The downloaded packages are in > /tmp/RtmpBoIPoz/downloaded_packages > Warning message: > cannot create HTML pack

[R] RODBC problem

2007-07-06 Thread Bernhard Wellhöfer
Hello, I use a RODBC connection to a MySQL server on a Debian machine. The call to odbcConnect() seems to be ok, but the result of the first sqlFetch(channel,"t_studie") retrieves this data frame: [1] "[RODBC] ERROR: Could not SQLExecDirect" [2] "42000 1064 [MySQL][ODBC 3.51 Driver][mysqld-5.

Re: [R] t.test

2007-07-06 Thread Peter Dalgaard
matthew wrote: > Hi, how can I solve a problem without the function t.test??? > > for example: > x<-(1,3,5,7) > y<-(2,4,6) > t.test(x,y,alternative="less",paired=FALSE,var.equal=TRUE,conf.level=0.95) > > > Homework? Hints: Take out your statistics textbook and look up the formulas for the t

[R] Warning message: cannot create HTML package index

2007-07-06 Thread Leo
I have set R_LIBS=~/R_lib as I don't have root access. The following message shown up every time after installing a package: .. The downloaded packages are in /tmp/RtmpBoIPoz/downloaded_packages Warning message: cannot create HTML package index in: tools:::unix.packages.html(.

[R] t.test

2007-07-06 Thread matthew5555
Hi, how can I solve a problem without the function t.test??? for example: x<-(1,3,5,7) y<-(2,4,6) t.test(x,y,alternative="less",paired=FALSE,var.equal=TRUE,conf.level=0.95) -- View this message in context: http://www.nabble.com/t.test-tf4034225.html#a11460445 Sent from the R help mailing list

Re: [R] How does the r-distribution function work

2007-07-06 Thread matthew5555
Hi, I have a problem. how can I solve a problem without t.test for example: x<-c(1,2,3,4,5,6) y<-c(7,8,9) t.test(x,y,alternative="less",paired=FALSE,var.equal=TRUE,con.level=0.95) sorry for my english :) -- View this message in context: http://www.nabble.com/How-does-the-r-distribution

[R] Multiple Stripcharts

2007-07-06 Thread Tavpritesh Sethi
Hi all, I have 205 rows with measurements for three categories of people. I want to generate stripplots for each of these rows. How can I do it without having to do them one by one. I am giving a sample dataset:- A B C A B C A B C A B C 10.34822 10.18426 9.837874 9.65047 8.020

Re: [R] unexpected result in function valuation

2007-07-06 Thread James Foadi
- Original Message - From: "Ravi Varadhan" <[EMAIL PROTECTED]> To: "'James Foadi'" <[EMAIL PROTECTED]>; Sent: Thursday, July 05, 2007 9:37 PM Subject: RE: [R] unexpected result in function valuation > The problem is that you are dividing two numbers that are both very small. > Any small

Re: [R] How does the r-distribution function work

2007-07-06 Thread Peter Dalgaard
pieter claassen wrote: > I am trying to understand what rbinom function does. > > Here is some sample code. Are both the invocations of bfunc effectively > doing the same or I am missing the point? > > There are some "newbie" issues with your code (you are extending a on every iteration, and yo

Re: [R] Me again, about the horrible documentation of tcltk

2007-07-06 Thread Mike Meredith
I think it would help if the tcl/tk manuals were added to the RGui Help menu. Why google when they are on your hard drive already? Cheers, Mike Mike Prager wrote: > > "Alberto Monteiro" <[EMAIL PROTECTED]> wrote: > >> How on Earth can I know what are the arguments of any of the functions of

[R] Multiple stripcharts?

2007-07-06 Thread Tavpritesh Sethi
Hi all, I have 205 rows with measurements for three categories of people. I want to generate stripplots for each of these rows. How can I do it without having to do them one by one. I am giving a sample dataset:- A B C A B C A B C A B C 10.34822 10.18426 9.837874 9.65047 8.020

[R] How does the r-distribution function work

2007-07-06 Thread pieter claassen
I am trying to understand what rbinom function does. Here is some sample code. Are both the invocations of bfunc effectively doing the same or I am missing the point? Thanks, Pieter bfunc <- function(n1,p1,sims) { c<-rbinom(sims,n1,p1) c } a=c() b=c() p1=.5 for (i in 1:1){ a[i]=bfunc(30,p1,

Re: [R] (no subject)

2007-07-06 Thread Robin Hankin
Jonathan the BACCO bundle (emulator package) does exactly what you require. (it's easier to think in terms of the variance matrix than a matrix of distances, tho') HTH Robin On 5 Jul 2007, at 20:07, Jonathan Greenberg wrote: > I'm trying to hunt down an appropriate kriging package for my sp