Re: [R] Portable R in zip file for Windows

2018-01-26 Thread Juan Manuel Truppia
ricted machine) > but it might be safer to just ask the powers that be to download it > for you. You probably don't need a new version of R more than > once a year. > > > On Thu, Jan 25, 2018 at 3:04 PM, Juan Manuel Truppia > wrote: > > What is wrong with you gu

Re: [R] Portable R in zip file for Windows

2018-01-25 Thread Juan Manuel Truppia
t;https://maps.google.com/?q=3+Aranleigh+Park+Rathfarnham+Dublin&entry=gmail&source=g> > 14 > Ireland > www.tcd.ie/Economics/staff/frainj/home.html > mailto:fra...@tcd.ie > mailto:fra...@gmail.com > > On 25 January 2018 at 20:04, Juan Manuel Truppia > wrote: > &

Re: [R] Portable R in zip file for Windows

2018-01-25 Thread Juan Manuel Truppia
r Be sure to enter the desired > path in the Select Destination Location screen, choose Yes on the > Startup options screen and ensure that all boxes are unchecked on the > Select additional tasks screen. > > On Wed, Jan 24, 2018 at 10:11 PM, Juan Manuel Truppia > wrote: > >

Re: [R] Portable R in zip file for Windows

2018-01-25 Thread Juan Manuel Truppia
; have changed completely since then. > > > On Wednesday, January 24, 2018, 10:12:09 PM EST, Juan Manuel Truppia < > jmtrup...@gmail.com> wrote: > > > I read a message from 2009 or 2010 where it mentioned the availability of R > for Windows in a zip file, no installatio

Re: [R] Portable R in zip file for Windows

2018-01-25 Thread Juan Manuel Truppia
net/projects/rportable/ > -- > Sent from my phone. Please excuse my brevity. > > On January 24, 2018 7:11:49 PM PST, Juan Manuel Truppia < > jmtrup...@gmail.com> wrote: > >I read a message from 2009 or 2010 where it mentioned the availability > >of R > >for Window

[R] Portable R in zip file for Windows

2018-01-24 Thread Juan Manuel Truppia
I read a message from 2009 or 2010 where it mentioned the availability of R for Windows in a zip file, no installation required. It would be very useful for me. Is this still available somewhere? Thanks [[alternative HTML version deleted]] __ R

[R] reikon: A package to interact with Thomson Reuters Eikon from R

2015-08-15 Thread Juan Manuel Truppia
Hi, I'm developing a package to interact from R with Eikon, the Thomson Reuters financial data platform (a la Rblpapi). You can find the package in Bitbucket at https://bitbucket.org/juancentro/reikon. The package is fully functional, but requires testing and usage in other environments than mine.

[R] Addition to: PCAgrid scores cannot be predicted correctly

2015-07-07 Thread Manuel Weinkauf
is seems to point into the direction that the scaling factors returned by PCAgrid might be wrong!? Thanks a lot for your help. On 07.07.2015 12:00, r-help-requ...@r-project.org wrote: Message: 25 Date: Mon, 06 Jul 2015 17:52:38 +0200 From: Manuel Weinkauf To: R-help@r-project.org Subject: [R

[R] PCAgrid scores cannot be predicted correctly

2015-07-06 Thread Manuel Weinkauf
le[i,2]*Load[2,1]+Dat.Scale[i,3]*Load[3,1]+Dat.Scale[i,4]*Load[4,1] rPCA.man[i,2]<-Dat.Scale[i,1]*Load[1,2]+Dat.Scale[i,2]*Load[2,2]+Dat.Scale[i,3]*Load[3,2]+Dat.Scale[i,4]*Load[4,2] } plot(rPCA$scores[,1:2], pch=1, cex=2, main="Robust PCA") points(rPCA.pred, pch=16) points(rPCA.man, pch=0

[R] rdde : A package for DDE connections

2015-06-19 Thread Juan Manuel Truppia
Hi all, I'm building a new package for DDE connections on R. It's called rdde and lives in https :// bitbucket.org / juancentro

[R] rdde : DDE connections on R

2015-06-16 Thread Juan Manuel Truppia
Hi all, I'm building a new package for DDE connections on R. It's called rdde and lives in https://bitbucket.org/juancentro/rdde. It's in alpha stage, but operational. It has a very simple vignette which explains the main reason you should try rdde vs tcltk2 (the only other option available) : perf

[R] ANOVA for RCBD, two factors: how to plot residuals?..

2014-07-16 Thread Manuel Lambert
Hello, I'm having problems to analyse results from a RCB Design Experiment.I have three blocks. For each block: four treatments (factor A), randomized. And for each factor A treatment, I have 6 differents treatments (factor C), randomized. myAOV=aov(response ~ factorA*factorC + Block + Error(

[R] ANOVA for RCBD, two factors: how to plot residuals?..

2014-07-16 Thread Manuel Lambert
Hello, I'm having problems to analyse results from a RCB Design Experiment.I have three blocks. For each block: four treatments (factor A), randomized. And for each factor A treatment, I have 6 differents treatments (factor C), randomized. myAOV=aov(response ~ factorA*factorC + Block + Error(

[R] Clinical significance - Equivalence test

2014-03-27 Thread Manuel Carona
Hi, I have implemented a therapeutic intervention on two groups (one is a control group) and tested them in two moments using some assessment tools (with normative data). Now I want to compare the experimental group with the control group using clinical equivalence testing. To do this I need to sp

[R] Calculate external validation

2013-12-03 Thread Juan Manuel Reyes S
e it allows to use offset. What do you recommend me? Thank you member of R-project Juan Manuel Reyes [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting

[R] Question about compatibility

2013-11-23 Thread Juan Manuel Reyes S
connection Además: Mensajes de aviso perdidos In file(file, "rt") : It is not posible to open the file 'example.text': No such file or directory I am using office 365 and my computer has Windows 8. What can I do? Thank you members of R- project Juan

[R] (no subject)

2013-10-17 Thread Manuel Figueroa
I have a simple table, 2 columns and 1994 rows. First row, "Crime" is how many crimes happen every month per 10 inhabitants and second row is "Income" which contains the average income recorded in a city. here's the head(dataset): Crime Income 1 356.5152 4285.720 2 734.5625 4114.291

[R] choose many files

2013-07-15 Thread RODRIGUEZ MORENO VICTOR MANUEL
Hello everyone on the list I want to run a FindU function on as many files as in a directory. Due of my limitations on data management I am calling the function, wait until finish the process, call for the next file and so on. I have almost 120 CSV files on the same directory. This the example

[R] problem on reading many files

2013-07-05 Thread RODRIGUEZ MORENO VICTOR MANUEL
Hi, I have to run almost 120 stations files of temperatura (mx and min), separated, and rain. I am following the instructions on RHtests tutorial as on http://www.cmc.org.ve/mediawiki/index.php?title=Preparando_los_datos link. Bit I have no success on running on multiple files. I have the .ls fi

[R] Excluding questions in interviews with library tm

2013-04-23 Thread Pedro Manuel Martínez Monje
Hi, I have started working with the library tm on 17 interviews. I need in my analysis exclude the paragraphs containing the questions. Is there a procedure with library tm that allows me to do this automatically? My searches about that have produced no results. Thanks P. Manuel Martínez

[R] lattice: column titles using xlab.top in multipanel xyplot

2013-02-25 Thread Manuel Kunz
t(relation = "free", rot = 0)), aspect = 1.8, layout = c(3, 1), xlab.top = c("This is not centered", "Bla", "Bla") ) # end of example Best regards, manuel __ R-help@r-project.org mailing list

[R] Hyperparameters in ARIMA models with dlm package

2013-02-17 Thread Juan Manuel Becerra
Hi, i'm beginner in Bayesian methods, I'm reading the documentation about dlm package and kalman filters, I'm looking for a example of transformation of ARIMA in a state space equivalent to use the dlm package and calcualte the hyperparameters. Someone can help me about it?. If it's possible with a

[R] hyper-parameters

2013-02-14 Thread Juan Manuel Becerra
I'm searching a method to estimate the hyper-parameters in arima models. I'm reading about r-inla package, but in the examples section only talk about the AR part of the arima, but i need help about the MA part too. I'm beginner in Bayesian methods, I'm reading the documentation about dlm package

[R] anova for two mixture model objects

2012-08-23 Thread Maria Manuel Angélico
del1, model2) : The models are not nested” I wonder if anyone can help Thanks in advance Maria -------- Maria Manuel Angélico IPMA, Portuguese Institute for Sea and Atmosphere Lisboa , Portugal tel: ++ 351 213027068 angel...@ipimar.pt

[R] R enquire

2012-08-07 Thread Manuel Montesino San Martin
Dear Madam or Mister, My name is Manuel Montesino and I am a PhD student at the University of Copenhagen. I am not a programmer myself, but my thesis requires the combined use of R and a model. I would be very grateful if you help me with the following issue; I am trying to combine a small

Re: [R] Number in interval

2011-07-18 Thread Manuel K.
Thank you Jim, Steve and David. I found findIntervals to work best for my problem. Manuel -- View this message in context: http://r.789695.n4.nabble.com/Number-in-interval-tp3673537p3674969.html Sent from the R help mailing list archive at Nabble.com

[R] Number in interval

2011-07-17 Thread Manuel K.
Hi all, I have an interval (e.g [-3,3]) and a numeric vector z (-1.4,0.5,4.7). How can I test whether an element in z lies between between -3,3? I particularly need a TRUE/FALSE response. Thanks Manuel -- View this message in context: http://r.789695.n4.nabble.com/Number-in-interval

Re: [R] another question on shapefiles and geom_point in ggplot2

2011-04-04 Thread Manuel Spínola
(x=long,y=lat,group=group, colour=id),data=fortify.ai_biotica) Error: Non-continuous variable supplied to scale_colour_gradientn. Best, Manuel On 04/04/2011 03:37 a.m., ahmadou dicko wrote: > Hi all > Just as Pierre pointed out, i used rgeos instead of gpclib (the > licence is less restric

Re: [R] another question on shapefiles and geom_point in ggplot2

2011-04-03 Thread Manuel Spínola
+ opts(axis.text.x = theme_text(size = 8, vjust = 1)) + opts(axis.text.y = theme_text(size = 8, hjust = 1)) + geom_path(aes(x=long,y=lat,group=group, fill=id),data=fortify.ai_biotica) Best, Manuel On 03/04/2011 01:41 p.m., Felipe Carrillo wrote: Manuel: I changed your variable names from x to

Re: [R] strptime "March 14 2010" and NA?

2011-02-08 Thread Manuel Gimond
On 2/8/2011 11:47 AM, David Winsemius wrote: On Feb 8, 2011, at 10:31 AM, Manuel Gimond wrote: Converting date strings that range between Mar-14-2010 2:00 and Mar-14-2010 2:59 (inclusive) to date objects (POSIX) returns a NA entity: strptime("3/14/2010 2:00",format="

[R] strptime "March 14 2010" and NA?

2011-02-08 Thread Manuel Gimond
Converting date strings that range between Mar-14-2010 2:00 and Mar-14-2010 2:59 (inclusive) to date objects (POSIX) returns a NA entity: > strptime("3/14/2010 2:00",format="%m/%d/%Y %H:%M") [1] "2010-03-14 02:00:00" This looks fine, however other functions such as plot see a NA object instead

[R] what´s wrong with this code?

2010-10-29 Thread José Manuel Gavilán Ruiz
Hello, I want to maximize a likelihood function expressed as an integral that can not be symbolically evaluated. I expose my problem in a reduced form. g<- function(x){ integrand<-function(y) {exp(-x^2)*y} g<-integrate(integrand,0,1) } h<-function(x) log((g(x)))

Re: [R] lineplot.CI in "sciplot": option "ci.fun" can't be changed?

2010-04-02 Thread Manuel Morales
n(x)+3) #error with fun(x) not found On Fri, 2010-04-02 at 17:36 +, Tao Shi wrote: > hi List and Manuel, > > I have encounter the following problem with the function "lineplot.CI". I'm > running R 2.10.1, sciplot 1.0-7 on Win XP. It seems like it's a scoping

[R] multiple-test correlation

2010-02-14 Thread Manuel Jesús López Rodríguez
Dear all, I am trying to study the correlation between one "independent" variable ("V1") and several others dependent among them ("V2","V3","V4" and "V5"). For doing so, I would like to analyze my data by multiple-test (applying the Bonferroni´s correction or other similar), but I do not find th

Re: [R] R output

2009-12-15 Thread Manuel Jesús López Rodríguez
Thank you very much for your answers! They are very helpful! Best wishes! Manuel El 15/12/2009, a las 15:24, David Winsemius escribió: > The two other responses I saw suggested using write.table, which is fine if > the object is a data.frame, but maybe not so great if the object come

[R] R output

2009-12-14 Thread Manuel Jesús López Rodríguez
Dear all, I would like to ask you if exists some way of having the results of an R instruction (for instance, "summary") in a table to copy it directly in Excel. Thank you very much in advance. Best wishes! Manuel __ R-help@r-project.org ma

[R] Gamma correlation

2009-12-11 Thread Manuel Jesús López Rodríguez
Dear all, does anybody know if it is possible, and how, to compute the Gamma correlation in R? Thank you very much in advance! Manuel __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide

[R] sequence of commands in R

2009-11-29 Thread Manuel Jesús López Rodríguez
with one function). I have tried with the following, but just compute the second argument of the body, i.e., the summary: resumen<-function(x) { apply(x,2,sd,na.rm=TRUE) summary(x) } Thank you very much for your help!! Manuel [[alternative HTML version dele

Re: [R] Insert elements into a vector in a defined positions

2009-11-26 Thread Manuel Ramon
That's good . Your solution works for me. Than you Rolf. Rolf Turner-3 wrote: > > > On 26/11/2009, at 10:46 AM, Manuel Ramon wrote: > >> >> Dear R users, >> I have a vector of length n and I want to insert some elements (in >> my case >&g

[R] Insert elements into a vector in a defined positions

2009-11-25 Thread Manuel Ramon
id <- c(4,6,7) # And z2 should be: z2 <- c(1,2,3,NA,4,5,NA,NA,6,7,8,9,10) Anyone knows how can I do that? Thank you. - Manuel Ramón Fernández Group of Reproductive Biology (GBR) University of Castilla-La Mancha (Spain) mra...@jccm.es -- View this message in context: http://old.nab

[R] multiple regression model representation

2009-11-25 Thread Manuel Jesús López Rodríguez
! Best wishes! Manuel [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented

Re: [R] bargraph.ci - CI and color question.

2009-11-03 Thread Manuel Morales
ror bars reflect this using the > ci.fun argument. Can I use this argument or is some pre-processing > necessary? If this information is located somewhere besides the > ?bargraph.ci help I would greatly appreciate an indication of where it > is. > > Thank you kindly, > Mi

Re: [R] bargraph.ci - CI and color question.

2009-11-03 Thread Manuel Morales
On Tue, 2009-11-03 at 03:51 -0600, Michael Just wrote: > Hello, > When using bargraph.CI in package sciplot can the bars for each group > be different colors? How do I select the color for each group? With the option err.col bargraph.CI(dose, len, group = supp, data =ToothGrowth, err.col=c("gray

Re: [R] r-inferno.pdf with detailed table of contents and bookmarks

2009-09-17 Thread Victor Manuel Garcia Guerrero
Hey, check this link: http://www.burns-stat.com/pages/Tutor/R_inferno.pdf Greetings Víctor De: r-help-boun...@r-project.org en nombre de Peng Yu Enviado el: jue 17/09/2009 10:43 Para: r-h...@stat.math.ethz.ch Asunto: [R] r-inferno.pdf with detailed table of c

Re: [R] Moving to Mac OS X

2009-09-11 Thread Victor Manuel Garcia Guerrero
Thanks to everybody for your comments. All the best. Víctor Manuel García Guerrero Doctorado en Estudios de Población, CEDUA, COLMEX Camino al Ajusco N° 20, Pedregal de Sta. Teresa C.P.10740, Tlalpan, México, D.F. * : vmgar...@colmex.mx <mailto:vmgar...@colmex.mx> * : 561

[R] Moving to Mac OS X

2009-09-11 Thread Victor Manuel Garcia Guerrero
like Tinn-R). Thanks. Víctor Manuel García Guerrero Doctorado en Estudios de Población, CEDUA, COLMEX Camino al Ajusco N° 20, Pedregal de Sta. Teresa C.P.10740, Tlalpan, México, D.F. __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman

Re: [R] lme, lmer, gls, and spatial autocorrelation

2009-08-24 Thread Manuel Morales
odel comparison, though, no luck. Manuel On Mon, 2009-08-24 at 12:10 -0700, timothy_hand...@nps.gov wrote: > Bert - > > I took a look at that page just now, and I'd classify my problem as > spatial regression. Unfortunately, I don't think the spdep library fits my > ne

Re: [R] How to deal with this random variable?

2009-07-28 Thread Manuel Ramon
riginal Message- > From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] > On > Behalf Of Manuel Ramon > Sent: Monday, July 27, 2009 9:54 AM > To: r-help@r-project.org > Subject: [R] How to deal with this random variable? > > > Hello to everybody, >

[R] How to deal with this random variable?

2009-07-27 Thread Manuel Ramon
do not know how to deal with. Can you help me? How could I take into account the variability due to the replica when I want to study the effects of variables A, B and C on the final result of a productive process? Thank you in advance. - Manuel Ramón Fernández Group of Reproductive Biology

Re: [R] (-8)^(1/3) == NaN?

2009-07-19 Thread Victor Manuel Garcia Guerrero
It' true, but if you type -8^(1/3) returns -2, and if you type -8^1/3 it returns -2.6, maybe there are some rules about parenthesis... regards Víctor De: r-help-boun...@r-project.org en nombre de Dave DeBarr Enviado el: sáb 18/07/2009 05:04 Para: r-help@r

Re: [R] Population pyramids

2009-07-09 Thread Victor Manuel Garcia Guerrero
Wonderful!!! It works!!! Thank you very much Daniel. I owe you one. Cheers Victor De: Daniel Malter [mailto:dan...@umd.edu] Enviado el: jue 09/07/2009 10:44 Para: Victor Manuel Garcia Guerrero; r-help@r-project.org Asunto: AW: [R] Population pyramids

Re: [R] Population pyramids

2009-07-09 Thread Victor Manuel Garcia Guerrero
Thanks Jim, I'll try it and I'll keep you informed. All the best, Victor De: Jim Lemon [mailto:j...@bitwrit.com.au] Enviado el: jue 09/07/2009 05:54 Para: Victor Manuel Garcia Guerrero CC: r-help@r-project.org Asunto: Re: [R] Population pyramids

Re: [R] Population pyramids

2009-07-08 Thread Victor Manuel Garcia Guerrero
uot;Blue","orange"), border = par("fg"), main = "Mujeres", xlim =NULL, ylim = NULL, xpd = TRUE, log = "", axes = FALSE, axisnames = FALSE,cex.axis=0.75) axis(2,pretty(c(0:105),n=21),hadj=0.5,padj=0.5,cex.axis=0.75, las=2)

Re: [R] Population pyramids

2009-07-08 Thread Victor Manuel Garcia Guerrero
Yes, but my issue is because I need to plot a pop pyramid with confidence intervals, and the pyramid function does not work in that way. Thanks Daniel. -Mensaje original- De: Daniel Malter [mailto:dan...@umd.edu] Enviado el: mié 08/07/2009 11:36 Para: Victor Manuel Garcia Guerrero; r

Re: [R] Population pyramids

2009-07-08 Thread Victor Manuel Garcia Guerrero
...@gmail.com] Enviado el: mié 08/07/2009 11:32 Para: Victor Manuel Garcia Guerrero CC: r-help@r-project.org Asunto: Re: [R] Population pyramids Hi Victor, See http://bm2.genes.nig.ac.jp/RGM2/R_current/library/plotrix/man/pyramid.plot.html <http://bm2.genes.nig.ac.jp/RGM2/R_current/library/plotrix/

[R] Population pyramids

2009-07-08 Thread Victor Manuel Garcia Guerrero
Hi, I hope somebody can help me with this issue: I am doing population pyramids using the barplot command, so in the left side I have male age structure and in the right side the female age structure. To plot the male age structure I put the data in negative numbers. Now, I want to change the si

[R] nls vs nlme: parameter constraints

2009-06-22 Thread Manuel Morales
uping structure, I can fit this using nls with the port algorithm by restricting the upper value of alpha to 20. Is there a way to do something similar in nlme? Thanks! Manuel -- http://mutualism.williams.edu __ R-help@r-project.org mailing list

Re: [R] Re strict AIC comparison to succesful models?

2009-06-11 Thread Manuel Morales
On Thu, 2009-06-11 at 16:10 -0400, Ben Bolker wrote: > Manuel Morales wrote: > > On Thu, 2009-06-11 at 12:08 -0700, Ben Bolker wrote: > >> > >> Manuel Morales wrote: > >>> Hello list, > >>> > >>> I'm doing a bootstrap analysi

Re: [R] Re strict AIC comparison to succesful models?

2009-06-11 Thread Manuel Morales
On Thu, 2009-06-11 at 12:08 -0700, Ben Bolker wrote: > > > Manuel Morales wrote: > > > > Hello list, > > > > I'm doing a bootstrap analysis where some models occasionally fail to > > converge. I'd like to automate the process of restricting AI

[R] Restrict AIC comparison to succesful models?

2009-06-11 Thread Manuel Morales
Hello list, I'm doing a bootstrap analysis where some models occasionally fail to converge. I'd like to automate the process of restricting AIC to the models that do converge. A contrived example of what I'd like to do is below: resp <- c(1,1,2) pred <- c(1,2,3) m1 <- lm(resp~pred) m2 <- lm(resp

Re: [R] sciplot question

2009-05-25 Thread Manuel Morales
; >>>> Jarle Bjørgeengen wrote: > >>>>> Great, > >>>>> thanks Manuel. > >>>>> Just for curiosity, any particular reason you chose standard error > >>>>> , and not confidence interval as the default (the naming of the >

Re: [R] sciplot question

2009-05-24 Thread Manuel Morales
lot.CI(x.factor = dose, response = len, data = ToothGrowth, ci.fun=my.ci) Manuel On Fri, 2009-05-22 at 18:38 +0200, Jarle Bjørgeengen wrote: > Hi, > > I would like to have lineplot.CI and barplot.CI to actually plot > confidence intervals , instead of standard error. > > I

Re: [R] nls factor

2009-04-15 Thread Manuel Morales
On Wed, 2009-04-15 at 12:02 -0400, Michael A. Miller wrote: > >>>>> "Manuel" == Manuel Morales writes: > > > nls(y ~ a[fac]*x^b, start=list(a=c(1,1), b=0.25)) > > Did you mean a[f]? > > nls(y ~ a[f]*x^b, start=list(a=c(1,1), b=0.25)) >

Re: [R] nls factor

2009-04-15 Thread Manuel Morales
Oops! I made a mistake. Corrected below. On Wed, 2009-04-15 at 11:05 -0400, Manuel Morales wrote: > A more compact way to code factors in nls is to use the syntax factor[]. > > Here's an example using a simplified version of Ravi's example: > > n <- 200 > set.seed

Re: [R] nls factor

2009-04-15 Thread Manuel Morales
eriatric Medicine and Gerontology > > Johns Hopkins University > > Ph: (410) 502-2619 > > Fax: (410) 614-9625 > > Email: rvarad...@jhmi.edu > > Webpage: http://www.jhsph.edu/agingandhealth/People/Faculty/Varadhan.html > > > > --

[R] nls factor

2009-04-15 Thread Manuel Gutierrez
cify it for my model. Thanks, Manuel [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide comm

Re: [R] Problem with bargraph.CI in Sciplot package

2009-04-14 Thread Manuel Morales
On Sat, 2009-04-11 at 08:10 -0400, Manuel Morales wrote: > On Fri, 2009-04-10 at 15:07 -0700, Metconnection wrote: > > Hi there, > > I wonder if anyone can help me. I'm trying to use bargraph.CI in the Sciplot > > package when there is a missing combin

Re: [R] Problem with bargraph.CI in Sciplot package

2009-04-11 Thread Manuel Morales
On Fri, 2009-04-10 at 15:07 -0700, Metconnection wrote: > Hi there, > I wonder if anyone can help me. I'm trying to use bargraph.CI in the Sciplot > package when there is a missing combination of the factor levels. > Unfortunately the standard errors on the plot do not appear to be correct. > >

Re: [R] [R-sig-Geo] error in trmesh (alphahull package)

2009-04-04 Thread José Manuel Blanco Moreno
Hello, The problem is that your first three points CANNOT be collinear. This is a feature of trmesh in tripack. So: either you "unsort" your data (keeping the indices you can sort them again) or alter (e.g. jitter) the coordinates very slightly. Either solution will do the work. Cheers, José M

[R] Principal components vs. raw variables

2009-04-01 Thread Manuel Ramon
cluster analysis on selected variables. What do you think about it? What would be better: work with PCA or with raw variables. Thanks in advance. Manuel - Manuel Ramón Fernández Group of Reproductive Biology (GBR) University of Castilla-La Mancha (Spain) mra...@jccm.es -- View this message

Re: [R] using par funtions in bargraph.CI()

2009-03-02 Thread Manuel Morales
serif", font=11) bargraph.CI(x.factor = dose, response = len, data = ToothGrowth) Note that you could also use the cex options to change the font size within bargraph.CI() Manuel > __ > R-help@r-project.org mailing list > https://stat.et

[R] Installing archived package alongisde current one

2009-02-24 Thread Manuel Morales
Hi list, I'd like to install an archived version of lmer to compare results with the current version. I guess one way to do this would be to download the source, rename the package and then install it. Is there a better alternative? -- http://mutualism.williams.edu signature.asc Description: T

[R] Constraint in nls with factor in model?

2009-02-18 Thread Manuel Morales
rks nls(y~b01+I(as.numeric(fac)-1)*b02+b1*x, start=list(b01=1,b02=1,b1=1), algorithm="port", upper=c(100,100,.5)) Thanks! Manuel -- http://mutualism.williams.edu signature.asc Description: This is a digitally signed message part ___

[R] Help reading installed packages in Vista

2008-11-24 Thread Manuel
Hello. After run, "installed.packages()" the following error arose: Error in gzfile(file, mode) : cannot open the connection In addition: Warning message: In gzfile(file, mode) : cannot open compressed file 'C:\Users\itgtest\AppData\Local\Temp\Rtmp7Ubw9L/libloc_C%3a%5cWork%5cPrograme_Languages

[R] Johansen Procedure for VAR question

2008-11-18 Thread Manuel Serna
a.jo(Canada, type = "eigen", ecdet = "const", K = 1, spec = "longrun", : K must be at least K=2. I will be really thankful if you can answer me the reason of this. Thanks, Manuel Serna Cortés Universidad Icesi Colombia [[alternative HTML version delet

[R] Re siduals from a linear model

2008-11-18 Thread Manuel Ramon
keep the residuals is expected that in a new model with the residuals as dependent variable and the four factor as independent (residuals ~ d) that factor (d) will be significally. Is that truth or not? - Manuel Ramón Fernández Group of Reproductive Biology (GBR) University of Castilla-La M

[R] weird behavior with the 3rd root....

2008-10-26 Thread Juan Manuel Barreneche
Well, this is what i got... > -0.084121928394^(1/3) [1] -0.438163696867656 > (-0.084121928394)^(1/3) [1] NaN and i don't have a clue of why this happens or how to avoid it, any suggestions? thank you, Juan __ R-help@r-project.org mailing list

Re: [R] plotCI

2008-10-11 Thread Manuel Morales
On Fri, 2008-10-10 at 18:15 -0300, Caio Azevedo wrote: > Hi all, > > I am using the function "plotCI" with the following command: > > plotCI(m.residuos.p.2 [1:41],li=m.residuos.p.3 [1:41],ui=m.residuos.p.4 > [1:41],lty=1,ylab="") > > This generates exactly what I want except for the fact that I

Re: [R] Plot means with error bars - A novice needs help

2008-10-08 Thread Manuel Morales
On Wed, 2008-10-08 at 09:49 -0700, Dylan Beaudette wrote: > On Wednesday 08 October 2008, Manuel Morales wrote: > > Another option is bargraph.CI or lineplot.CI from the package sciplot. > > > > See http://mutualism.williams.edu/sciplot for examples. > > > >

Re: [R] Plot means with error bars - A novice needs help

2008-10-08 Thread Manuel Morales
subset=col2==2) The default is to plot the mean +/- 1SE but this can be changed as needed. HTH, Manuel > I know this is probably as clear as mud, thanks for you continuing patience. > I would really appreciate any assistance you are able to provide me. My > limited knowledge in R grows

Re: [R] Plot means with error bars - A novice needs help

2008-10-08 Thread Manuel Morales
Another option is bargraph.CI or lineplot.CI from the package sciplot. See http://mutualism.williams.edu/sciplot for examples. On Tue, 2008-10-07 at 23:31 -0500, Michael Just wrote: > Hello, > I'd appreciate a suggestion on how to construct plots (barplots?) that use > means on the Y axis instead

[R] Anyone can help me with a model I have looking for?

2008-09-16 Thread Manuel Ramon
that? Thanks again. - Manuel Ramón Fernández Group of Reproductive Biology (GBR) University of Castilla-La Mancha (Spain) [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/Anyone-can-help-me-with-a-model-I-have-looking-for--tp19509373p19509373.html Sent from the R

Re: [R] how to calculate the mode of a continuous variable

2008-08-29 Thread Manuel Ramon
s$y[3:n] ix<-1+which((v1v3)) lines(s$x,s$y,col="red") points(s$x[ix],s$y[ix],col="blue") md <- s$x[which(s$y==max(s$y))] md } Thanks for your help, Manuel Ramon Peter Dalgaard wrote: > > Henrique Dallazuanna wrote: >> Try: >&g

[R] how to calculate the mode of a continuous variable

2008-08-29 Thread Manuel Ramon
Is there any R funtion that allow the estimation of mode in a continuous variable? Thank you -- View this message in context: http://www.nabble.com/how-to-calculate-the-mode-of-a-continuous-variable-tp19214243p19214243.html Sent from the R help mailing list archive at Nabble.com. __

Re: [R] address (nil), cause 'memory not mapped'

2008-08-19 Thread Juan Manuel Barreneche
just to mention that the loop was already running for about 20 hours... Juan On Tue, Aug 19, 2008 at 6:31 PM, Juan Manuel Barreneche <[EMAIL PROTECTED]>wrote: > Dear users, > I got this problem and i don't have a clue of what it could be happening... > > The context: i&#x

[R] address (nil), cause 'memory not mapped'

2008-08-19 Thread Juan Manuel Barreneche
Dear users, I got this problem and i don't have a clue of what it could be happening... The context: i'm running a loop in which i extract information from a raster map (I work with GRASS and R, using spgrass6 package), and rearrange it to create a matrix. I've tried it with small maps and it work

Re: [R] problem with save function

2008-08-18 Thread Juan Manuel Barreneche
$ a: num 1 > ..$ b: logi TRUE > ..$ c: chr "oops" > > /Henrik > > On Mon, Aug 18, 2008 at 5:02 PM, Rolf Turner <[EMAIL PROTECTED]> > wrote: > > > > Read the help for load(); note the ``Value'' section. > > > >cheers, >

[R] problem with save function

2008-08-18 Thread Juan Manuel Barreneche
Hello list! i write because i'm having a strange problem with the "save" function, here an example: > x <- stats::runif(20) > y <- list(a = 1, b = TRUE, c = "oops") > save(x, y, file = "xy.Rdata") > xy <- load("xy.Rdata") > xy [1] "x" "y" why does this happens, when: > x [1] 0.96586833 0.6034050

Re: [R] Fit a sine to data

2008-05-23 Thread Juan Manuel Barreneche
i guess nls or gnls should work JM El Viernes, 23 de Mayo de 2008 10:47, Zroutik Zroutik escribió: > Dear R-users, > > I'd like to fit a sine function to my data. The result should have a format > (and thus the formula, too) > > y ~ a + sin(x+b) > > where y and x are vectors, and a and b are

Re: [R] Plotting 3 Time Series

2008-05-22 Thread Juan Manuel Barreneche
Hi ngupta: i didn't get what you mean with "If B than xts..If T yts..." i suppose that you want to plot the prices of type A, then the prices of type B and so on... # well, to extract prices of tipe A, you can use A <- which(table[,1] == "A") # and then A.prices <- table[,2][A] hope that helps,

Re: [R] R for loop question

2008-05-20 Thread Juan Manuel Barreneche
I had to do the same thing many times, i usually use a combination of the functions "eval", "parse" and "sprinf", as below: k <- 1 for (i in 1:length(stats$hour)) { eval(parse(text=sprintf("x%s <- dataset[%s,(3:15)]", i, k))) k <- k+1 } what it does is: eval(parse(text=STRING)) is a way to

Re: [R] Importing data

2008-05-07 Thread Juan Manuel Barreneche
i usually import data from exel, using read.table or read.csv (which implies that i have to save exel files as .txt or .csv) JM El Miércoles, 7 de Mayo de 2008 11:25, John Kane escribió: > First step would be to read the manual on the R site > "R Data Import/Export" describes the import and expo

[R] Consistency of m-shapiro.test

2008-04-26 Thread Manuel Rivas
other hand, the multivariate energy test exhibits consistent power against all alternatives, i.e. power increases with sample size which is what is desired from any test. Best Regards, Manuel Rivas [[alternative HTML version deleted]] __ R

[R] tapply

2008-04-08 Thread Manuel Montes
Does anyone have something like tapply for matrices? I would like to average the contents of columns according to factors but tapply works only with one column at each time. Is something available to do everything in one step? Many thanks. Manuel Montes

Re: [R] analysing mixed effects/poisson/correlated data

2008-03-08 Thread Manuel Morales
On Sat, 2008-03-08 at 08:07 -0600, Douglas Bates wrote: > On Sat, Mar 8, 2008 at 2:57 AM, Alexandra Bremner > <[EMAIL PROTECTED]> wrote: > > I am attempting to model data with the following variables: > > > timepoint - n=48, monthly over 4 years > > hospital - n=3 > > opsn1 - no of outcomes

Re: [R] lineplot.CI problem

2008-02-16 Thread Manuel Morales
cing lineplot.CI(resp=y, x.factor=time, group=factors) Manuel On Fri, 2008-02-15 at 15:18 +0100, Dieter Vanderelst wrote: > Hi List, > > I have a problem plotting data using the lineplot.CI command in the sciplot > package. > > I want to plot the data of 2 experimental cases

Re: [R] lineplot.CI problem

2008-02-15 Thread Manuel Morales
r your example. I'll take another look at this and see if there's an easy way to change this. Manuel > Regards, > Dieter > > Dieter Vanderelst > dieter dot vanderelst at emailengine dot org > > _

Re: [R] barplot or maybe related?

2008-02-11 Thread Manuel Morales
On Mon, 2008-02-11 at 09:31 -0800, questions? wrote: > I have two distributions, represented by heights of several intervals. > e.g. the distribution is partitioned into 10 segments, I have > numbers(freq or counts) associated > with each region in the format as: > > 0.2 0.3 > 0.1 0.1 > . >

Re: [R] train nnet

2007-12-15 Thread Manuel Castejón Limas
would not need much time to get done. If you provide me a detailed definition of your needs I can include them in my to-do list. For that purpose it could be adequate to send me an email to mcasl at unileon.es Best wishes. Manuel > Hi R-helpers, > > Can some one tell me how to train '

Re: [R] Pearson residuals

2007-11-03 Thread Jorge Manuel de Almeida Magalhães
> > > > Jorge Manuel de Almeida Magalhães wrote: >> >> Dear Sirs >> >> What is the best aproximation to the standardized normal distribution: >> >> > > How about > > http://www.statsci.org/s/qres.html > > (which gives S-PLUS co

  1   2   >