[R] unsuscribe

2015-10-13 Thread Dorota Buczek
Please unsuscribe me from the mailing list.

Thank you 
Dorota

__
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
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] unsuscribe

2015-10-13 Thread Jeff Newmiller
We cannot do that. Please read the footer of any email on the list, such as 
quoted here.

>R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
>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.


---
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.

On October 13, 2015 8:04:58 PM PDT, Dorota Buczek  
wrote:
>Please unsuscribe me from the mailing list.
>
>Thank you 
>Dorota
>
>__
>R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
>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 -- To UNSUBSCRIBE and more, see
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] unsuscribe

2011-11-05 Thread Jimmy Barrera




^_^


 From: dwinsem...@comcast.net
 Date: Fri, 4 Nov 2011 22:02:13 -0400
 To: peter.langfel...@gmail.com
 CC: r-help@r-project.org; christian.langk...@gmxpro.de
 Subject: Re: [R] 12th Root of a Square (Transition) Matrix
 
 This is just one of many 12-th roots. (Peter knows this i'm sure.) The 
 negative of this would also be an nth root, and I read that there are quite 
 few others that arise from solutions based on permuting negatives of eigen 
 values of a triangularized form. But as I said , I'm not a matrix mechanic, 
 so no code for that.
 
 -- 
 David.
 
 On Nov 4, 2011, at 6:10 PM, Peter Langfelder peter.langfel...@gmail.com 
 wrote:
 
  On Fri, Nov 4, 2011 at 2:37 PM, David Winsemius dwinsem...@comcast.net 
  wrote:
  
  
  The 12th (matrix) root of M: e^( 1/n * log(M) )
  
  require(Matrix)
  M1.12 - expm( (1/12)*logm(M) )
  
  I like this - haven't thought of the matrix algebra functions in Matrix.
  
  Thanks,
  
  Peter
 
 __
 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.
  
[[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.


Re: [R] unsuscribe

2011-11-05 Thread David Winsemius
Although it is possible to communicate with the list server via email, most 
people have better luck with the web interface. That applies with even greater 
force when the person is unable to spell the server commands.

https://stat.ethz.ch/mailman/options/r-help
-- 
David.
On Nov 5, 2011, at 10:40 AM, Jimmy Barrera jimmy_b...@hotmail.com wrote:

 
 
 ^_^
 
 
 From: dwinsem...@comcast.net
 Date: Fri, 4 Nov 2011 22:02:13 -0400
 To: peter.langfel...@gmail.com
 CC: r-help@r-project.org; christian.langk...@gmxpro.de
 Subject: Re: [R] 12th Root of a Square (Transition) Matrix
 
 This is just one of many 12-th roots. (Peter knows this i'm sure.) The 
 negative of this would also be an nth root, and I read that there are quite 
 few others that arise from solutions based on permuting negatives of eigen 
 values of a triangularized form. But as I said , I'm not a matrix mechanic, 
 so no code for that.
 
 -- 
 David.
 
 On Nov 4, 2011, at 6:10 PM, Peter Langfelder peter.langfel...@gmail.com 
 wrote:
 
 On Fri, Nov 4, 2011 at 2:37 PM, David Winsemius dwinsem...@comcast.net 
 wrote:
 
 
 The 12th (matrix) root of M: e^( 1/n * log(M) )
 
 require(Matrix)
 M1.12 - expm( (1/12)*logm(M) )
 
 I like this - haven't thought of the matrix algebra functions in Matrix.
 
 Thanks,
 
 Peter
 
 

[[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.