Displaying 2 results from an estimated 2 matches for "kopl".
Did you mean:
popl
2012 Jan 27
4
package does not have a NAMESPACE
Dear r-helpers,
I have a trouble with a package downloaded from sourceforge.net
(namely the package 'kopls'). I installed it from the local zip file
with the expected result
> utils:::menuInstallLocal()
package ?kopls? successfully unpacked and MD5 sums checked
but when I tried to load it I obtained the following error message
> require(kopls)
Loading required package: kopls
Failed with error...
2008 Mar 06
2
Clustering large data matrix
Hello,
I have a large data matrix (68x13112), each row corresponding to one
observation (patients) and each column corresponding to the variables
(points within an NMR spectrum). I would like to carry out some kind of
clustering on these data to see how many clusters are there. I have
tried the function clara() from the package cluster. If I use the matrix
as is, I can perform the clara