Displaying 1 result from an estimated 1 matches for "wy_grps_r".
2004 Jun 22
2
function not in load table
...ns
are included in a R package.
The installation process seems to be ok (no errors). I also can load the
package without errors. But when I call the function I got the following
error
> wy.result <- wy.grps(data1=X1, grpdata=groups, nres=10000,
alpha1=0.05, alpha2=0.05)
Error in .C("wy_grps_R", as.double(X), as.integer(n1), as.integer(n2), :
C function name not in load table
Execution halted
The parameter are
data1 - result of read.table()
grpdata - dito
nres - integer
alpha1 nad alpha1 - factors (float)
In the R function wy.grps(...) the C function is called by using t...