Description Author(s) References Examples
| Package: | rstiefel | 
| Type: | Package | 
| Version: | 1.0.0 | 
| Date: | 2019-02-18 | 
| License: | GPL-3 | 
Peter Hoff
Alex Franks
Maintainer: Peter Hoff <peter.hoff@duke.edu>
Hoff(2009)
1 2 3 4 5 6 7  | Z<-matrix(rnorm(10*5),10,5) ; A<-t(Z)%*%Z 
B<-diag(sort(rexp(5),decreasing=TRUE))
U<-rbing.Op(A,B)
U<-rbing.matrix.gibbs(A,B,U)
U<-rmf.matrix(Z)
U<-rmf.matrix.gibbs(Z,U)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.