Displaying 1 result from an estimated 1 matches for "mvnormal".
Did you mean:
msonormal
2003 Oct 28
1
Loading a "sub-package"
...ew functions from a library,
is there a way to load only these, without loading the library,
short of going into the package source and extracting what is
needed (including of course any auxiliary functions and compiled
code they may depend on)?
What prompted this is that I needed to simulate some MVnormal data.
There's a useful function 'mvrnorm' which does just that, in the
library/package MASS. So that's what I used.
But MASS is huge! Hence the query. (I've also had occasion to filch
single functions from other libraries as well).
(Of course, in reality I've noticed that...