similar to: R-beta: C/Fortran function not in load table

Displaying 20 results from an estimated 400 matches similar to: "R-beta: C/Fortran function not in load table"

1998 Mar 30
2
R-beta: Not loading C library
I've been using R for the last few weeks, but not with much success. If I try sourcing test.R from the 'class' package, I get this error: Error in .C("VR_knn1", as.integer(ntr), as.integer(nte), as.integer(p), : C/Fortran function not in load table I checked the class.so file, and sure enough VR_knn1 is there. Why can't R find it? By the way, I'm running RedHat Linux,
1998 Mar 30
2
R-beta: Not loading C library
I've been using R for the last few weeks, but not with much success. If I try sourcing test.R from the 'class' package, I get this error: Error in .C("VR_knn1", as.integer(ntr), as.integer(nte), as.integer(p), : C/Fortran function not in load table I checked the class.so file, and sure enough VR_knn1 is there. Why can't R find it? By the way, I'm running RedHat Linux,
2010 May 26
3
cluster analysis and supervised classification: an alternative to knn1?
Hi, I have a 1.000 observations with 10 attributes (of different types: numeric, dicotomic, categorical ecc..) and a measure M. I need to cluster these observations in order to assign a new observation (with the same 10 attributes but not the measure) to a cluster. I want to calculate for the new observation a measure as the average of the meausures M of the observations in the cluster
2004 Feb 02
2
Nearest Neighbor Algorithm in R -- again.
Several of the methods I use for analyzing large data sets, such as WinGamma: determining the level of noise in data Relief-F: estimating the influence of variables depend on finding the k nearest neighbors of a point in a data frame or matrix efficiently. (For large data sets it is not feasible to compute the 'dist' matrix anyway.) Seeing the proposed solution to "[R] distance
2007 Jul 01
1
%f bug in --out-format, patch for 2.6.9 ? (better mail formating)
Hello, I'm experiencing various output bugs using --out-format with %f in rsync 2.6.9 I test it with rsync 2.6.9-2 and 2.6.9-3 in debian etch, running both in deamon and client mode on the same host. This bug seems to be known by the developer as said in http://samba.anu.edu.au/ftp/unpacked/rsync/NEWS : NEWS for rsync 3.0.0 (UNRELEASED) Protocol: 30 (changed) Changes since 2.6.9: BUG
2012 Aug 29
1
Problem Installing a Package
I have just installed the latest version of R on a openSUSE 12.1 system running on an ORacle VM VirtualBox and have encountered a problem with installing ChemometricsWithR. Here is the output: > library("compiler") > install.packages("ChemometricsWithR") Installing package(s) into ?/home/computation/R/x86_64-unknown-linux-gnu- library/2.15? (as ?lib? is unspecified)
2008 Oct 07
2
masking a regular lat/lon grid to extract map boundaries
Dear R-helpers, I have lat/lon coordinates of regularly spaced grid points, about 4Km apart, covering the entire US continental region. I would like to mask this rectangular grid in order to extract all and only the grid points within a specific region. Today I want to extract Montana, say, from this grid, and I am hoping to somehow use the returned value of the function
2002 Jun 12
1
Bagged clustering (package e1071)
Dear all, I have a problem with the function "bagged clustering" of package e1071. When I try to run the example of bagged clustering with the iris data : data(iris) bc1 <- bclust(iris[,1:4], 3, base.centers=5) I got the following message error : Loading required package: class Committee Member: 1(1) 2(1) 3(1) 4(1) 5(1) 6(1) 7(1) 8(1) 9(1) 10(1)Error in bclust(iris[, 1:4], 3,
2007 Jul 01
0
%f bug in --out-format, patch for 2.6.9 ?
Hello, I'm experiencing various output bugs using --out-format with %f in rsync 2.6.9 I test it with rsync 2.6.9-2 and 2.6.9-3 in debian etch, running both in deamon and client mode on the same host. This bug seems to be known by the developer as said in http://samba.anu.edu.au/ftp/unpacked/rsync/NEWS : NEWS for rsync 3.0.0 (UNRELEASED) Protocol: 30 (changed) Changes since 2.6.9: BUG
2004 Jan 27
8
distance between two matrices
Hi all, Say I have a matrix A with dimension m x 2 and matrix B with dimension n x 2. I would like to find the row in A that is closest to the each row in B. Here's an example (using a loop): set.seed(1) A <- matrix(runif(12), 6, 2) # 6 x 2 B <- matrix(runif(6), 3, 2) # 3 x 2 m <- vector("numeric", nrow(B)) for(j in 1:nrow(B)) { d <- (A[, 1] - B[j, 1])^2 + (A[,
2000 Aug 31
4
Execution on NT
Hello, I try to exectute a command on my NT server from my unix server with the following command : smbclient \\\\monnet01\\C$ -U admin_nan -c "help.exe" C$ is my share admin_nan is the user Smbclient doesn't ask a password so i get the following error message : Anonymous login successful Domain=[FR-MON] OS=[Windows NT 4.0] Server=[NT LAN Manager 4.0] tree connect failed: ERRDOS
2003 Nov 20
1
Cisco DTMF Issue
We're having an issue with connecting a Cisco ITS installation to * such that DTMF tones are passed to *. DTMF tones aren't passed to voicemail or to any of the interfaces behind *. On the Cisco Side: dial-peer voice 8 voip destination-pattern 9999$ session protocol sipv2 session target ipv4:172.16.1.249 session transport udp dtmf-relay rtp-nte codec g711ulaw no vad We have also
2013 Apr 24
0
EMC Clariion stanby power supply
Hello All. I'm working on building support for the Clariion range of standby power supplies. I've found you can get hold of these easily on ebay like: http://www.ebay.co.uk/itm/EMC-CLARiiON-Standby-Power-Supply-118031985- SPS-1000W-/160373295258 There is a problem that I haven't been able to work around. After 90 seconds without power, the device shuts down. This is because
2005 Mar 23
1
cannot dial any extension except xlite
hi all, was wondering if someone could assist with a slight problem i'm having. I have asterisk setup with extensions 101 to 109 and am using xlite, grandstream budgetone, polycom ip500 and a couple of other phones. the problem is: 1. only the xlite extension (107) can receive calls. 2. all extensions can dial into voicemail and get mwi when msgs are received. 3. when dialing a non-xlite
2011 Nov 07
1
Aggregate or extract function ?
Hi R user, I have two dataframe with different variables and coordinates : X Y sp bio3 bio5 bio6 bio13 bio14 1 -70.91667 -45.08333 0 47 194 -27 47 12 2 -86.58333 66.25000 0 16 119 -345 42 3 3 -62.58333 -17.91667 0 68 334 152 144 28 4 -68.91667 -31.25000 0 54 235 -45 25 7 5 55.58333 48.41667 0 23 319 -172 23 14 6 66.25000
2008 Dec 29
0
SIP host=dynamic help needed for CCME
Hi, I'm trying to get a remote Cisco Call Manager Express (CME) system behind a dynamic IP address routing both inbound and outbound calls via SIP to my local asterisk server. I've got a local CME system working fine on the LAN, where the CME is at a static IP (host=10.5.7.130 in sip.conf), but I can't figure out how to get it working with host=dynamic, even locally on a test
2001 Aug 23
2
difficulies with boxplot
Dear list, sorry for bothering you with a probably simple question... I searched the archive but couldn't find the right answer. I have computed upper and lower bounds of a region and would like to plot them in a boxplot. My problem is now to get the two boxplots in the same graphic so that the boxplot of the upper bounds is directly on top of the boxplot of the lower bounds. The reason I
2010 May 05
1
member server, doesn't show full browse list
Hello, I don't know how to put this on words, so maybe an example is better: On a PDC: zoolook at venkman:~$ smbclient -L localhost -U% Domain=[BENSA] OS=[Unix] Server=[Samba 3.4.7] Sharename Type Comment --------- ---- ------- print$ Disk Printer Drivers IPC$ IPC IPC Service (venkman server (Samba,
2008 Mar 12
4
Distances between two datasets of x and y co-ordinates
Hi all I am trying to determine the distances between two datasets of x and y points. The number of points in dataset One is very small i.e. perhaps 5-10. The number of points in dataset Two is likely to be very large i.e. 20,000-30,000. My initial approach was to append the first dataset to the second and then carry out the calculation: dists <- as.matrix(dist(gis data from 2 * datasets))
2009 Jun 29
0
Naive knn question
Dear list, I have two dissimilarity matrices, one for a training data set which I then clustered using PAM. The second is a diss matrix for a validation data set (an independent field sample). I have been trying to use knn to distinguish distances between the validation data set and the 6 mediods of the training data defined by using PAM. I continue to get error messages in regards to either the