[R] Not related with R, but i want to jion in a statistics help maillist, can you tell me some ?

2014-10-12 Thread PO SU
Dear usRers,     I  have some statistic problems, and i want to join a Professional maillist for it. can you tell me some maillists?TKS! -- PO SU mail: desolato...@163.com Majored in Statistics from SJTU __ R-help@r-project.org mailing list https

[R] Finding the Summation of Monthly Amount

2014-10-12 Thread dila radi
Hi all, Could someone help me on this? I have this kind of data set structure(list(Year = c(1971L, 1971L, 1971L, 1971L, 1971L, 1971L, 1971L, 1971L, 1971L, 1971L, 1971L, 1971L, 1971L, 1971L, 1971L, 1971L, 1971L, 1971L, 1971L, 1971L, 1971L, 1971L, 1971L, 1971L, 1971L, 1971L, 1971L, 1971L, 1971L, 19

Re: [R] par("plt") behaving inconsistely? bug?

2014-10-12 Thread Murat Tasan
Fair enough, thanks for the reply, Paul. I guess my follow-up thought is just on some undocumented inconsistencies with which drawing functions handle upstream par(plt) changes. box() and axis(), for example, doesn't seem to mind at all, while more data-oriented commands, e.g. points(...), balk wit

Re: [R] How best to model these datasets

2014-10-12 Thread Jeff Newmiller
This list is for questions about R (see the Posting Guide), yet this is a question about statistics. You might consider paying at CrossValidated, but I would suggest not being quite so vague. --- Jeff Newmiller

[R] Q-Q Plot for loglogistic, lognormal and 2 parameter exponential distributions

2014-10-12 Thread Jomy Jose
Is there any R package that can plot Q-Q plot for loglogistic,lognormal and 2 parameter exponential distributions or is there a way to check the model fit for these distributions in R ? [[alternative HTML version deleted]] __ R-help@r-project.or

[R] How best to model these datasets

2014-10-12 Thread Brian Leo
Hello, I am a stats novice and I was wondering what kind of model would work best with the two datasets that are displayed. The graphs show an incremental area analysis for two feral cat home ranges where area increases with increasing number of GPS fixes. Thanks, Brian -- Brian Leo School o

[R] seqinr ?: Splitting a factor name into several columns. Dealing with metabarcoding data.

2014-10-12 Thread Anna Zakrisson Braeunlich
Hi, I have a question how to split a factor name into different columns. I have metabarcoding data and need to merge the FASTA-file with the taxonomy- and counttable files (dataframes). To be able to do this merge, I need to isolate the common identifier, that unfortunately is baked in with a l

[R] CRAN (and crantastic) updates this week

2014-10-12 Thread Crantastic
CRAN (and crantastic) updates this week New packages * adwave (1.0) Maintainer: Murray Cox Author(s): Jean Sanderson License: GPL (>= 2) http://crantastic.org/packages/adwave Implements wavelet-based approaches for describing population admixture. Principal Components An

Re: [R] problem in R2winBUGS

2014-10-12 Thread Uwe Ligges
On 12.10.2014 15:06, thanoon younis wrote: Dear all Rusers I have error when i wanted to call winbugs from R to estamate parameters using bayesian analysis. #Call WinBUGS model<-bugs(data1,data2,init1,init2,parameters,model.file="D:/Run/model.txt", n.chains=2,n.iter=1,n.burnin=4000

Re: [R] Is xyz point inside 3d convex hull?

2014-10-12 Thread Don McKenzie
Check the R-news archive with approrpriate keywords. There was a long exchange awhile back when I asked a similar question. On Oct 12, 2014, at 1:20 PM, Camilo Mora wrote: > Hi everyone, > > I wonder if there is a code in r that can generate a 3d convex hull from a > data-frame containing 3

[R] Is xyz point inside 3d convex hull?

2014-10-12 Thread Camilo Mora
Hi everyone, I wonder if there is a code in r that can generate a 3d convex hull from a data-frame containing 3 columns and then use another database with the same three columns and for each row determine if the xyz point is inside or not the convex hull generated with the first database? The

Re: [R] rbind in array of lists

2014-10-12 Thread Rui Barradas
Hello, Em 12-10-2014 18:26, David Winsemius escreveu: On Oct 12, 2014, at 8:45 AM, Rui Barradas wrote: Hello, Try the following. do.call(rbind, lapply(a, '[[', "var1")) do.call(rbind, lapply(a, '[[', "var2")) Could perhaps (untested) make it more general with: do.call(rbind, lapply(a, '[

Re: [R] rbind in array of lists

2014-10-12 Thread David Winsemius
On Oct 12, 2014, at 8:45 AM, Rui Barradas wrote: > Hello, > > Try the following. > > do.call(rbind, lapply(a, '[[', "var1")) > do.call(rbind, lapply(a, '[[', "var2")) Could perhaps (untested) make it more general with: do.call(rbind, lapply(a, '[[', names(a[[1]])[1])) do.call(rbind, lapply(a,

Re: [R] rbind in array of lists

2014-10-12 Thread Rui Barradas
Hello, Try the following. do.call(rbind, lapply(a, '[[', "var1")) do.call(rbind, lapply(a, '[[', "var2")) Hope this helps, Rui Barradas Em 12-10-2014 07:14, Cesar Caballero escreveu: Hi all, I have an array of lists. All lists have the same names and the vectors inside each name have the

[R] problem in R2winBUGS

2014-10-12 Thread thanoon younis
Dear all Rusers I have error when i wanted to call winbugs from R to estamate parameters using bayesian analysis. #Call WinBUGS model<-bugs(data1,data2,init1,init2,parameters,model.file="D:/Run/model.txt", n.chains=2,n.iter=1,n.burnin=4000,n.thin=1,DIC=True, bugs.directory="c:/Progra