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
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
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,
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, '[
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
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
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
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
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
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
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
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
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
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
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
15 matches
Mail list logo