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
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-
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
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
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
"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
,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
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
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
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
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
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
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'
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) -
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
___
15 matches
Mail list logo