Displaying 20 results from an estimated 5000 matches similar to: "Problem executing function"
2011 Sep 07
1
predictive modeling and extremely large data
Hi,
I am new to R and here is what I am doing in it now. I am using machine
learning technique (svm) to do predictive modeling. The data that I am using
is one that is bound to grow perpetually. what I want to know is, say, I fed
in a data set with 5000 data points to svm initially. The algorithm derives
a certain intelligence (i.e.,output) based on these 5000 data points. I
have an additional
2011 Oct 04
2
handling constant factors in prediction using svm
Hi users!
I am fitting a model with several factor variables as independents using
svm. since there are lots of categorical variables,the training and test
data sets have been created using dummy.data.frame option from dummies
package. I have a factor A in the training data set with 2 levels (0,1).In
the test set, this factor A has only 1 level (1) and hence when applying
dummy.data.frame, the
2004 Nov 17
3
Samba share to access windows folders in linux.
Hi,
I am trying to access folders on a windows system on a linux system using
the command,
smbmount '//a.b.c.d/CCViews/abcd/abcd_Linux_dev' '/root/pqrs/LinuxDev' -o
username=abcd/<domain>,uid=abcd,gid=abcd
This prompts for a password and I give the correct domain password here. It
gives me the error:
21896: tree connect failed: ERRDOS - ERRnosuchshare (You specified an
2016 Apr 01
1
(no subject)
dear sir/madam,
while i am trying to convert the data into timeseries
using xts command.i am getting this error. please help me to resolve this
issue
xts(mydata$MCP, as.Date(rdate, format='%d-%m-%Y')
+ xts(mydata$MCP, as.Date(rdate, format='%d-%m-%Y')
Error: unexpected symbol in:
"xts(mydata$MCP, as.Date(rdate, format='%d-%m-%Y')
xts"
2006 Dec 12
1
surface plot
Hi,
I have been trying to make a surface plot using R - I came across
functions like plot.surface, surface but I could not use these functions
as they seem to be in FOO package which I cannot load. I also want to
make a plane that fits the surface plot.
Can anyone help?
divya
[[alternative HTML version deleted]]
2012 Aug 24
1
Error while installing gsubfn_0.6-4.tar.gz for R 2.15.1
Hi,
I am getting the follwoing error while installing gsubfn_0.6-4.tar.gz library for R. R version is 2.15.1 and i am installing on Redhat linux version 2.6.18-238.9.1.el5 (mockbuild at x86-002.build.bos.redhat.com<mailto:mockbuild at x86-002.build.bos.redhat.com>) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-50))
* installing to library ?/home/mapred/installables/R/library?
* installing
2007 May 16
2
Running R function as a Batch process
Hi,
I am struggling with using R CMD BATCH command. Kindly suggest solution to
the following problem.
I have a function named CinC with accept two input parameters. This can be
shown as:
CinC <- function(start, end)
where start and end both are character strings.
Please suggest me how can I run this function using command R CMD BATCH.
Currently I am trying to do like this -> R CMD
2007 Jul 18
3
How to open an URL using RGtk2
Hi
I am working on R 2.5.0 on window. I am trying to provide a Hyper-link to
the user as a result, I have tried using gtkLinkButton to exercise the
facility, however, i am not able to perform the required task, i.e. when I
clicked on the LinkButton actually nothing happened.
I have gone through the documentation for the same and found that
GtkLinkButtonUriFunc is a function which is require to
2011 May 05
1
CIFS Documentation
Hello,
It would be a good idea to update the Documentation about CIFS:
http://gluster.com/community/documentation/index.php/Gluster_3.2:_Exporting_Gluster_Volumes_Through_Samba
When the simple truth is, that there is no CIFS Support in gluster itself - it should not be in the
docs.
As I found out, this was also suggested earlier:
http://www.mail-archive.com/gluster-users at
2012 Aug 24
0
Error while installing RODBC_1.3-6.tar.gz on Redhat linux
Hi,
I am facing an issue while installing RODBC library on Redhat Linux version 2.6.18-238.9.1.el5 (mockbuild at x86-002.build.bos.redhat.com<mailto:mockbuild at x86-002.build.bos.redhat.com>) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-50))
Warning: invalid package ?/home/mapred/installables/R/library?
* installing to library ?/home/mapred/installables/R/library?
* installing *source*
2011 Sep 13
0
Help in SVM prediction
Hello,
I am trying to use SVM from e1071 package for doing binary classification
and I am having problems in prediction using SVM. I ran a SVM for
X~as.factor(X1)+as.factor(X2)+as.factor(X3),data=data1,cross=10.
str(data1) gives me
data.frame': 5040 obs. of 5 variables:
$ X4: int 1 2 3 4 5 6 7 8 9 10 ...
$ X : int 0 1 0 1 0 0 1 1 1 1 ...
$ X2: int 1 8 15 18 1 14 10 9 8 8 ...
$ X3
2001 Oct 11
2
Where's MVA?
Hi All:
Package TSERIES is stated to depend on MVA. However, there is no MVA package to be found under the list of package sources.
Best wishes,
ANDREW
tseries: Package for time series analysis
Package for time series analysis with emphasis on non-linear and non-stationary modelling Version: 0.7-6
Depends: ts, mva, quadprog
Date: 2001-08-27
Author: Compiled by Adrian
2009 Sep 06
2
Regarding SVM using R
Hi Abbas,
Before I try to give you answers, I just want to mention that you
should send R related reqests to the R-help list, and not me
personally because (i) there's a greater likelihood that it will get
answered in a timely manner, and (ii) people who might have a similar
problem down the road might benefit from any answer via searching the
list archives ... anyway:
On Sep 5, 2009, at
2009 Dec 19
2
Run time error when executing sqlQuery using the 64-bit version of R with 64-bit RODBC package in a Solaris 10 Sparc machine.
I have compiled and linked a 64 bit version of R (R 2.9.2) and the
corresponding unix ODBC 64 bit package
The red highlighted text below is the error I'm getting trying to when
invoking a sqlQuery
> library(RODBC)
> channel <- odbcConnect("OraLSH", <user>, <password>)
> sqlQuery(channel,"select sysdate from dual")
Error in .Call(C_RODBCFetchRows,
2008 Dec 15
2
Baffled: triggering error message with an sd result in odfWeave?
I hope someone can point out my stupid error, because I'm baffled.
I am calculating a bunch of variable values and then placing them in a
document using odfWeave tags.
This is working very nicely for every spot except one.
One of the values I calculate is traindev:
traindev <- if (trainlength>0) round(sd(trainscores, na.rm=T),1) else ""
when I try to insert this traindev
2008 Jun 17
1
read.spss {foreign} doesn't work over network?
I'm unable to open an SPSS file over my network. If I copy it to my
local C:/ drive I can read it. I saved the command (in a "crib sheet"
text file) in order to avoid all the typing, so I'm pretty sure I've
done it before. I verified that the file I'm trying to read is OK.
This is what happens:
> SurveyData <-
2004 Nov 09
3
no doubt a dumb question, but..
Yes, I am a newbie at R, but it is not the complex commands in R that
have me baffled, but simple data commands. For example, why does
something like:
> plot(Girth ~ Height)
*not* work after a command that allegedly loads the data:
> data(trees)
with the error message:
Error in eval(expr, envir, enclos) : Object "Girth" not found
but does work after the command:
>
2011 Jul 13
2
Executing a function correctly
Hello All,
I've created a function as follows so as to use it in a loop.
freq<-function(i)
{
library(RODBC)
paste(i,"<-sqlQuery(conn,","'","select click_flg, open_flg,", i ," from
modeling_5')",sep="")
}
freq(i="AQI")
[1] "AQI<-sqlQuery(conn,'select click_flg, open_flg,AQI from modeling_5')"
2020 Oct 09
3
Feature request.
On 09/10/2020 11:50, Plutocrat wrote:
> On 09/10/2020 4:16 pm, Rogier Wolff wrote:
>> It turns out that dovecot had been running uninterrupted since august
>> 13th, the certificate was renewed on september 7th and I suspect it
>> expired on october 7th.
> I guess you could do a few things yourself to make sure the cert is valid. Thinking out loud:
>
> - Blunt
2005 Dec 21
4
Who/What is making my field backgrounds yellow?
On *certain* fields in my rails forms the backgrounds are yellow. If I
check the page source there is no clue as to why. However, if I *save*
the page to disk and then open it in a text editor I can see that the
affected fields are like:
<input style="background-color: rgb(255, 255, 160);"
id="contact_first_name" name="contact[first_name]"