Displaying 1 result from an estimated 1 matches for "twins_".
Did you mean:
twins
2006 Apr 24
1
Problem with the cluster package
...age :
> library(cluster)
> data(votes.repub)
> agn1 <- agnes(votes.repub, metric = "manhattan", stand = TRUE)
Error in .Fortran("twins", as.integer(n), as.integer(jp), x2, dv, dis =
double(if (keep.diss) length(dv) else 1), :
Fortran entry point "twins_" not in DLL for package "cluster"
When installing the package, I saw that gfortran compiler was used. And in the
manuel pages it is specified that gfortran has problems with entry,
namelist,...
Is my problem related to the fortran compiler ? Shall I to use another fortran
compil...