similar to: last.warning and function problem

Displaying 20 results from an estimated 700 matches similar to: "last.warning and function problem"

2002 Oct 25
2
functions
Hello, I am a newbie in R, I just did my first function, which works!!! And I would like to know, if I can create a directory in the library with my functions, in a way, which I could call that like we call the packages ? Can anyone help me? Thanks in advance Marta ><((((?>`?.??.???`?.?.???`?...?><((((?>`?.??.???`?.?.???`?...?><((((?>
2002 Dec 05
0
crimson
>Date: Tue, 05 Nov 2002 16:52:58 +0100 >To: r-help at lists.R-project.org >From: Marta Rufino <mrufino at cmima.csic.es> >Subject: last.warning and function problem > >Hello, > >I am a newbie in R and I am trying to create a function, that includes several functions inside. >To avoid that everything stops if there is an error, I have this statement > >bla =
2002 Apr 26
7
spreadsheet data import
Hi colleages! I want to import data from ms-excel and other spreadsheet formats (lotus, etc). Does exist any way to do it within R? The main problem is that many spreadsheet data use comma as decimal separator and not the point as needed in R (and many software for Linux), so importing data first as a tab separated values does not solve this problem. Thanks, Tom?s Revilla
2002 Dec 05
2
crimson editor
Hello, Sorry about the last email, I just found the shortcutkey for sending, by mistake :-( OK. I am a windows user and I wanted to instal emacs. However, went to speak with the information staf on the institut and they told me that that is a bit problematic sometimes, and that there is a free soft that could do a very similar job which is crimson... This is like a note pad, but highlights the
2003 Jul 08
1
Lattice graphs: lines, symbols and strips
Dear collegue, I have some questions about lattice graphs: 1. How can I introduce different lines in different graphs, from the same page? For example, in the upper row of graphs, I would like to have a line at 0.5, in the middle one at 0.3, and in the lower at 0.1. I am using panel.abline, but I can only make it appear in all the graphs, not in some of tham only... 2. Is it possible that the
2007 Jan 11
1
warning in GAM
Hello, I have a problem when doing gam (from gam library; I am using R 2.4.0, windows xp platform) When doing: example(gam) There is this error message (which also happens when using my data) .... Warning: a final empty element has been omitted the part of the args list of 'list' being evaluated was: (coefficients = fit$beta, residuals = fit$y - fit$eta, fitted.values = fit$eta,
2008 Jan 18
2
image/area plot
Dear R users, I am trying to produce an image plot, that represents the proportions of a factor (z variable), so that the number of squares of each colour represents each factor level, with the respective label inside (sorry for the crap English). # Something like this: kk=data.frame(fact=letters[1:10], freq=c(5,1,10,2,10,7,5,10,30,20)) # factor and respective frequecies res="a" #
2007 May 25
2
xyplot: different scales accross rows, same scales within rows
Dear list members, I would like to set up a multiple panel in xyplots, with the same scale for all colunms in each row, but different accross rows. relation="free" would set up all x or y scales free... which is not what I want :-( Is this possible? Thank you in advance, Best wishes, Marta
2004 Feb 24
3
problem of install.packages in windows (R 1.81)
Dear R users, I have a problem in the configuration of R: I just changed university, and my conection to the net is via a password, which permits me to access the packages with no problem via the internet explorer (version 6). I just updated R to R 1.81, and I cannot download nether upgrade packages (and many are not working with the update!!!). I have been looking in the help and emails, and
2003 Oct 09
1
polygon border
Hello, Does anyone know how a function to find automaticly the border (polygon) of a cloud of points? It is for a PCA kind of analysis, where I wanted to present as the limits for each group, instead of all points... thank you in advance Marta
2002 Apr 02
1
R-geostatistica
>Hello, > >I have two questions: >1. Does anyone knows geostatiscal modules for R (besides Ribeiro's), in particular that does co-kriging? > >2. Does anyone knows of any workshops, courses, etc... about R in the world? >I saw the web, and there is nothing now... posted in the web! > >Thank you very much >Marta
2004 Sep 08
1
plot.dendrogram
Dear R-users, I would like to change the labels size and format in the node ends of a dendrogram, how can I do it? How can I use different symbols/colors in each node ends ? I manage to do it with plot.cluster, but heat map uses plot.dendrogram. Can anyone help me please? thank you Marta [[alternative HTML version deleted]]
2009 May 12
1
how often we use the libraries/packages in R
Dear list members, I am trying to make a clean up on my computer (windows problems, off course), and I wanted to remove some libraries that I have installed in R, which have been hardly used. Is there any way to see how often each library is used by us? I have many that I am not sure... because they can be used with other packages, etc. Thank you very much in advance, Best wishes, Marta
2010 Apr 06
1
approx function wierd result
Dear R-list members, I am calculating the linear extrapolation for a data set, using the function found in Hmisc. x=c(0.0265,-0.0003,0.0142,0.0263,0.0634,0.1145,0.2504) y=c(58,107,152,239,362,512,724) x1=0.0393216 approxExtrap(x,y,x1, method="linear") approx(x,y,x1) #to see what is happening: plot(x, y, typ="o") abline(v=x1, col=8) Which gives x=0.03 and y=163, instead of
2009 May 08
1
graph resolution windows (dpi) using x11 device
Dear list members, After looking in the www, I found this subject has been in discussion previously on the mailing list, although I could not solve it. I also found two wikis, but similarly, could not reach a conclusion. I need to re-produce my figures with 1200 dpi, in tiff format, for a journal (off course :-s). I am working on windows xp professional, R version 2.7.1, using x11 to open
2003 Oct 16
1
plot discrimnant analysis
Hello, Does anyone knows how to do the plots from discriminant analysis (lda and qda)? Is there any computed function to do the stepwise procedure? thank you in advance Marta
2004 May 14
1
covariates in lm
Dear R list, I have been trying to do a linear model, extracting the effect of a covariate.... and the results do not match, when I do it with other programs (e.g. minitab).... so it is obvious that I was doing something wrong. Whan I do it with minitab, I have this results: (sector is a factor and depth is the covariate): Source DF Seq SS Adj SS Adj MS F P
2006 Nov 09
1
summary linear regression
>>Good morning, >> >>I am a PhD student in Barcelona working with R. My question is about the >>summary of linear regressions. >>The output of that summary gives some statistical parameters of the >>regression. One of them is the R-squared. In the help menu i have read >>that the manner to calculate the R-squared is >> >>R^2 = 1 -
2004 Nov 16
5
Difference between two correlation matrices
Hi Now a more theoretical question. I have two correlation matrices - one of a set of variables under a particular condition, the other of the same set of variables under a different condition. Is there a statistical test I can use to see if these correlation matrices are "different"? Thanks Mick
2004 Aug 26
4
Column names of a data frame
I'm coming out with all the classic problems today ;-) Can anyone tell me how to change the column names of an already existing data frame? I've read the docs for ?data.frame and ?as.data.frame but can't figure it out. I want to make a new data.frame from some of the columns of an existing data.frame, but when I do that, the new data.frame columns have the same names as the old