Re: [R] da.norm function

2011-11-28 Thread Jeff Newmiller
You need to (re) read the posting guide if you want help. Your sample code is 
not reproducible. You should also benefit from reading the help file (?da.norm) 
or reading the source code for the function. I have never used this function, 
but the documentation doesn't lead me to believe that your assumptions about 
how this function returns results are valid.
---
Jeff NewmillerThe .   .  Go Live...
DCN:Basics: ##.#.   ##.#.  Live Go...
  Live:   OO#.. Dead: OO#..  Playing
Research Engineer (Solar/BatteriesO.O#.   #.O#.  with
/Software/Embedded Controllers)   .OO#.   .OO#.  rocks...1k
--- 
Sent from my phone. Please excuse my brevity.

Andrey A  wrote:

>Hello all
>I'm running da.norm function in R for climate data
>
>rngseed(1234567)
>
>theta1=da.norm(mydata, thetahat, steps=1000,showits=T)
>param1=getparam.norm(mydata,theta1)
>
>As I understand the 1000 steps represent the markov chain values. Is
>there
>a way to plot them? Something like plot(1:1000, param1$mu[]). I just
>can't
>find a way to extract them out of my theta1.
>Thank you, Andrey.
>
>   [[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, minimal, self-contained, reproducible code.

__
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, minimal, self-contained, reproducible code.


Re: [R] da.norm function

2011-11-28 Thread David Winsemius


On Nov 28, 2011, at 10:26 AM, Andrey A posted for the third time an  
identical message:



Hello all
I'm running da.norm function in R for climate data

rngseed(1234567)


> ?rngseed
No documentation for ‘rngseed’ in specified packages and libraries:
you could try ‘??rngseed’



theta1=da.norm(mydata, thetahat, steps=1000,showits=T)


> ?da.norm
No documentation for ‘da.norm’ in specified packages and libraries:
you could try ‘??da.norm’


param1=getparam.norm(mydata,theta1)


> ?getparam.norm
No documentation for ‘getparam.norm’ in specified packages and  
libraries:

you could try ‘??getparam.norm’

As the error message says... I _could_  search further, but I  
personally don't think it is my responsibility to search out the  
package that has the da.norm or getparam.norm functions. It's your  
responsibility.




As I understand the 1000 steps represent the markov chain values. Is  
there
a way to plot them? Something like plot(1:1000, param1$mu[]). I just  
can't

find a way to extract them out of my theta1.
Thank you, Andrey.

###
\\\  //

PLEASE do read the posting guide http://www.R-project.org/posting-guide.html

   
###
\\\  //

and provide commented, minimal, self-contained, reproducible code.

   ^^^ 
###

--

David Winsemius, MD
West Hartford, CT

__
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, minimal, self-contained, reproducible code.


[R] da.norm function

2011-11-28 Thread Andrey A
Hello all
I'm running da.norm function in R for climate data

rngseed(1234567)

theta1=da.norm(mydata, thetahat, steps=1000,showits=T)
param1=getparam.norm(mydata,theta1)

As I understand the 1000 steps represent the markov chain values. Is there
a way to plot them? Something like plot(1:1000, param1$mu[]). I just can't
find a way to extract them out of my theta1.
Thank you, Andrey.

[[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, minimal, self-contained, reproducible code.


[R] da.norm function

2011-11-25 Thread Andrey A
Hello all
I'm running da.norm function in R for climate data

rngseed(1234567)

theta1=da.norm(mydata, thetahat, steps=1000,showits=T)
param1=getparam.norm(mydata,theta1)

As I understand the 1000 steps represent the markov chain values. Is there
a way to plot them? Something like plot(1:1000, param1$mu[]). I just can't
find a way to extract them out of my theta1.
Thank you, Andrey.

[[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, minimal, self-contained, reproducible code.


[R] da.norm function

2011-11-23 Thread Andrey A
Hello all
I'm running da.norm function in R for climate data

rngseed(1234567)

theta1=da.norm(mydata, thetahat, steps=1000,showits=T)
param1=getparam.norm(mydata,theta1)

As I understand the 1000 steps represent the markov chain values. Is there
a way to plot them? Something like plot(1:1000, param1$mu[]). I just can't
find a way to extract them out of my theta1.
Thank you, Andrey.

[[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, minimal, self-contained, reproducible code.