Re: [R] Package name

2013-01-31 Thread Marcio Pupin Mello
I'm not sure, but would recommend not to. -- Marcio www.dsr.inpe.br/~mello On 31/01/2013 04:26, Ortiz, John wrote: Dear list, Can I use a character to set the name of a R package? like this (-) for example (sdp-R) Thanks, John __ R-help@r-proj

Re: [R] Fine Tuning Country Map

2012-11-26 Thread Marcio Pupin Mello
Lorenzo, I'd suggest posting such questions to the R-sig-geo list, which seems more suitable. The book "Applied Spatial Data Analysis with R" written by Roger Bivand, Edzer Pebesma and Virgilio Gómez-Rubio has exactly what you want. http://www.amazon.com/Applied-Spatial-Data-Analysis-

Re: [R] Interface or Select menu

2012-03-13 Thread Marcio Pupin Mello
For Windows you can use winMenuAdd function. Type ?winAddMenu to see how... Good luck, Marcio www.dsr.inpe.br/~mello On 3/6/08 10:35 AM, Alberto Monteiro wrote: er MIMI& piki PIKINHA wrote: Hello, I´m spanish student, and I´m making the finish project of computer science. I´m working in R

Re: [R] Frequencies from x/y data into a 2d table (for 3d histogram or heatmap)

2012-02-29 Thread Marcio Pupin Mello
Associate Professor of Anthropology Texas A&M University College Station, TX 77843-4352 -Original Message- From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of Marcio Pupin Mello Sent: Wednesday, February 29, 2012 12:49 PM To: r-h...@stat.math

Re: [R] Frequencies from x/y data into a 2d table (for 3d histogram or heatmap)

2012-02-29 Thread Marcio Pupin Mello
Hi Ralf, have you solved your problem?! If so, could you share? I have the same problem... Best, Marcio On 3/25/10 6:03 PM, Ralf B wrote: Hi all, I have simple x/y data from screen recording in a sequence: number,x,y 1,10,30 1,20, 1,43,110 1,74,18 1,88,112 and would like

Re: [R] how to solve a simple discrete Bayesian Belief Network?

2011-09-28 Thread Marcio Pupin Mello
"L","R","H","D"),states=c("F","F","T","T","T")) querygrain(setFinding(BN,nodes=scenaria.q2$nodes,states=scenaria.q2$states),nodes="S") #answering the 3rd question: # what is the probability of what is

Re: [R] compute probabilities on a Bayesian Network (SOLVED)

2011-09-28 Thread Marcio Pupin Mello
,nodes=scenaria.q1$nodes,states=scenaria.q1$states),nodes="S") #answering the 2nd question: # what is the probability of S=T given C=F, L=F, R=T, H=T, and D=T? scenaria.q2<-list(nodes=c("C","L","R","H","D"),states=c("F","F

[R] how to solve a simple discrete Bayesian Belief Network?

2011-09-28 Thread Marcio Pupin Mello
lProb(cnet,node=1)[1] #0.2 #what is the probability of b="2"? cnNodeMarginalProb(cnet,node=2)[2] #0.56 #what is the probability of c="1"? cnNodeMarginalProb(cnet,node=3)[1] #0.428 #but how can I answer questions like: #what is the probability of a="1" given that c

[R] compute probabilities on a Bayesian Network

2011-09-26 Thread Marcio Pupin Mello
orks to compute the results but I don't know how to do it with R. Looking forward to receiving replies! Thanks in advance, Marcio Pupin Mello __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read th

Re: [R] How can I include a new book on the

2011-04-11 Thread Marcio Pupin Mello
It's there. Thank you Ben and also Kurt! Best, Marcio Em 4/7/2011 10:19 AM, Marcio Pupin Mello escreveu: Thanks Ben! I will! Em 4/7/2011 8:32 AM, Ben Bolker escreveu: Marcio Pupin Mello ieee.org> writes: I've just published a new book for R beginners in Portuguese: "C

Re: [R] package

2011-04-07 Thread Marcio Pupin Mello
See http://cran.opensourceresources.org/web/packages/index.html -- Marcio Pupin Mello Survey Engineer Ph.D student in Remote Sensing National Institute for Space Research (INPE) - Brazil Laboratory of Remote Sensing in Agriculture and Forestry (LAF) www.dsr.inpe.br/~mello Em 4/7/2011 10:59 AM

Re: [R] Time series of spatial data

2011-04-07 Thread Marcio Pupin Mello
luck! -- Marcio Pupin Mello Survey Engineer Ph.D student in Remote Sensing National Institute for Space Research (INPE) - Brazil Laboratory of Remote Sensing in Agriculture and Forestry (LAF) www.dsr.inpe.br/~mello Em 4/7/2011 7:38 AM, idham escreveu: Hi guys, I'm really new in R. Tryi

Re: [R] How can I include a new book on the

2011-04-07 Thread Marcio Pupin Mello
Thanks Ben! I will! Em 4/7/2011 8:32 AM, Ben Bolker escreveu: Marcio Pupin Mello ieee.org> writes: I've just published a new book for R beginners in Portuguese: "Conhecendo o R: uma visão estatística" (something like "Knowing R: an statistical approach"). I'

Re: [R] force output dimension of table function

2011-04-07 Thread Marcio Pupin Mello
You can do it using factor: s0<-factor(0:5) s1<-sample(s0,5,re=T) s1 [1] 0 2 2 4 0 Levels: 0 1 2 3 4 5 table(s1) s1 0 1 2 3 4 5 2 0 2 0 1 0 Good luck! -- Marcio Pupin Mello Survey Engineer Ph.D student in Remote Sensing National Institute for Space Research (INPE) -

[R] How can I include a new book on the "Books" link at R-project.org ?

2011-04-07 Thread Marcio Pupin Mello
More informations about the book at http://www.editoraufv.com.br/produtos/conhecendo-o-r -- Marcio Pupin Mello Survey Engineer Ph.D student in Remote Sensing National Institute for Space Research (INPE) - Brazil Laboratory of Remote Sensing in Agriculture and Forestry (LAF) www.dsr.inpe.br/~mello ___