[R]-mvtnorm

Torsten Hothorn Torsten.Hothorn at rzmail.uni-erlangen.de
Tue Mar 11 14:43:00 CET 2003


> greetings,
>
> I am having problems with getting R to recognise the Package "mvtnorm".
> specifically it will pick up the existence of the packabe but will not
> acknowledge the exostence of its functions.
>

what exactly is the problem? You should be able to say

R> install.packages("mvtnorm")
R> library(mvtnorm)

and run some examples with

R> example(pmvt)

best,

Torsten

> does anybody have any ideas, or has encouneterd the same problem?
>
> thank you,
>
> colin
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://www.stat.math.ethz.ch/mailman/listinfo/r-help
>
>



More information about the R-help mailing list