Displaying 1 result from an estimated 1 matches for "gload".
Did you mean:
load
1997 Jul 24
1
R-beta: dyn.load: incompatability between R and S
...ot;/homef/jonm/postdocs/GLMM_project/Cprogs/nn/misc.o"
"/homef/jonm/postdocs/GLMM_project/Cprogs/nn/random.o"
"/homef/jonm/postdocs/GLMM_project/Cprogs/nn/ars.o"
... etc , where the third file includes functions which call
functions in the second.
In S, the function
> gload
function()
{
dyn.load("/homef/jonm/postdocs/GLMM_project/Cprogs/nn/misc.o")
dyn.load("/homef/jonm/postdocs/GLMM_project/Cprogs/nn/random.o")
dyn.load("/homef/jonm/postdocs/GLMM_project/Cprogs/nn/ars.o")
....
works fine.
However, in R although the first two stat...