=================================================================== RCS file: /home/cvs/OpenXM/src/R/r-packages/hgm/man/hgm-package.Rd,v retrieving revision 1.11 retrieving revision 1.15 diff -u -p -r1.11 -r1.15 --- OpenXM/src/R/r-packages/hgm/man/hgm-package.Rd 2015/03/21 22:49:34 1.11 +++ OpenXM/src/R/r-packages/hgm/man/hgm-package.Rd 2016/02/13 06:47:50 1.15 @@ -1,4 +1,4 @@ -%% $OpenXM: OpenXM/src/R/r-packages/hgm/man/hgm-package.Rd,v 1.10 2014/03/31 07:23:09 takayama Exp $ +%% $OpenXM: OpenXM/src/R/r-packages/hgm/man/hgm-package.Rd,v 1.14 2015/03/26 06:51:27 takayama Exp $ \name{hgm-package} \alias{hgm-package} \alias{HGM} @@ -30,8 +30,8 @@ partial differential equations. \note{ This package includes a small subset of the Gnu scientific library codes (\url{http://www.gnu.org/software/gsl/}). - Then, it might cause a conflict with the package gsl - (see \code{\link[gsl]{gsl-package}}). + Then, it might cause a conflict with the package gsl. +% (see \code{\link[gsl]{gsl-package}}). % When you use the package gsl, it is recommeded to unload the shared libraries % of the package hgm by \code{library.dynam.unload("hgm")}<--error, todo. % (see \code{\link[base]{library.dynam.unload}}). @@ -54,12 +54,12 @@ Advances in Applied Mathematics 47 (2011), 639--658, \keyword{ HGM } \keyword{ HGD } \seealso{ -\code{\link{hgm.mleFBByOptim}}, \code{\link{hgm.ncBingham}}, \code{\link{hgm.ncorthant}}, \code{\link{hgm.ncso3}}, \code{\link{hgm.pwishart}}, \code{\link{hgm.Rhgm}} +\code{\link{hgm.p2wishart}}, } \examples{ \dontrun{ @@ -68,5 +68,6 @@ example(hgm.ncorthant) example(hgm.ncso3) example(hgm.pwishart) example(hgm.Rhgm) +example(hgm.p2wishart) } }