Displaying 20 results from an estimated 100 matches similar to: "duplicate 'row.names' are not allowed"
2013 Feb 20
4
Error in setwd(outDir) : cannot change working directory
I installed R on my Windows laptop in C:\Program Files\R\R-2.15.2
and am able to open RGUI (640bit), see packages and run commands. However,
when I test the installation and run the basic tests and all the tests on
the standard and recommended packages i.e.:
library("tools")
testInstalledBasic("both")
testInstalledPackages("base", errorsAreFatal
2013 Feb 26
1
cutreeDynamic error
I am having difficulty getting the dynamic tree cut package to work.
Given the data table "myddtable"
LengthPlaceColorAge5HRed224ABlue205WGreen243GRed222GBlue236WGreen255ARed194H
Blue23
I created a similarity matrix using DAISY and Gower metric and specified
Place and Color columns as characters (since they are categorical variables)
> dd.daisy<-daisy(myddtable, metric =
2013 Mar 04
1
package ‘contingency.tables’ is not available (for R version 2.15.2)
I am trying to create contingency tables (to evaluate prior to performing
Pearson's Chi-Squared test for independence). I would like to see column
and row totals as well as expected and observed values and cell counts.
I tried to use the package "contingency. tables" but get the following
warning:
package ‘contingency.tables’ is not available (for R versions 2.15.2)
Is there
1999 Dec 10
1
Supplied buffer too small in API command
I've searched around throught the documentation, but I can't find
anything relating to the error message "Supplied buffer too small in
API command". I have SAMBA installed on seven HP 9000 boxes running
HP_UX 10.20, and they are working fine. I installed SAMBA on another
box yesterday using a cloned smb.conf file, and now I can't connect
from Windows 95 to the new box.
2000 Jan 14
2
Files not found on UNIX.
Anyone have any input on this one. I'm running Samba version
1.9.18p10 on an HP9000 HP_UX 10.20. An NT 4.0 server writes files to
a UNIX directory and periodically a shell script runs to process any
new files found. Occasionally a file isn't found for several hours
after it has been created, then mysteriously appears in the UNIX
directory. So far this hasn't been a major
2005 Jul 08
2
Distributing custom driver config in TDB files
Hi,
Is there a way to populate customized settings of the drivers (printing
related TDB files) from one Print Server to another?
Here is the background:
I am working on centralized driver distribution. Besides pushing all
the drivers from a central location to the edges, the administrator
should also be allowed to customize the drivers settings and the
distribution should send those
2013 Mar 29
3
if clause in data frame
Hi,
final<-data.frame()
?? for (m1 in 4:10) {
?????? for (n1 in 4:10){?
?????????? for (x1 in 0: m1) {
????????????? for (y1 in 0: n1) {
final<- rbind(final,c(m1,n1,x1,y1))
res}}}}
?final1<-within(final,{flag<-ifelse(x1/m1>y1/n1, 1,0)})
?head(final1)
#? m1 n1 x1 y1 flag
#1? 4? 4? 0? 0??? 0
#2? 4? 4? 0? 1??? 0
#3? 4? 4? 0? 2??? 0
#4? 4? 4? 0? 3??? 0
#5? 4? 4? 0? 4??? 0
#6? 4? 4?
2010 Nov 17
3
Problem with nlme package
Hello,
I have installed the nlme package, but every time I try to use the
function "summary.lme," I get a message that the function cannot be
found. I've tried to install the package several times and have
re-started R several times, but to no avail. I have also loaded the
lme4 package, in case that makes a difference. I'm using R on a brand
new Mac.
Thank you!
2006 Jul 31
1
Algebraic operation on the missing values
Hi all,
I have a large set of descriptors, which are stored as the vectors, each one
containing about 450 elements. Now I have to perform some algebraical
operations on this set to eliminate the redundant ones. The problem is, that
not all vales in the vectors are known.
Are there any norm defined how should I process such vectors? Simple example:
having two vectors:
a b
3 4
2
2007 Feb 20
2
Mask the caller-ID
Dear All :
I need to mask the caller ID and pretend to make a transfer call from
another extension :
exten => 558,1,Answer
exten => 558,2,Playback(soundclip)
exten => 558,3,Dial(SIP/472@callman)
The scenario is like this :
Someone is calling 558 at my company - he will hear a soundclip voice
message then I will direct it to extension 472
I need 472 to not see the extension of
2005 Jul 27
1
Too many handles on this pipe
I wonder if there is any resolution to this problem.
I'm encountering similar situation with the Nashuatec DSC338 and P7325
printers from Ricoh using RPCS drivers. After uploading those drivers
and performing basic printing preferences configuration, the print
server crashed and become inaccessible.
Here is the error from samba.log:
[2005/07/23 12:14:19, 0]
2011 Mar 04
1
Multi-line input to rsympy
Dear R users,
I have been using rsympy to solve a set of simultaneous equations from
R. There are two solutions for the variable I'm interested in, xx[0] and
xx[1], which are in terms of symbols called lam and conc. I'd like to
pick out the one which is positive at (lam=0, conc=0) and call it mysol.
In python I could write:
if (xx[0].subs(lam,0)).subs(conc,0)>0:
mysol=xx[0]
2011 Mar 20
1
(no subject)
HI,
While I was working on R , I had a pop up from mcafee asking me if I wasih to block or allow something to connect. I did not see r in the question, so I had clicked on the option " block". since then, when I start R through excel , I only get R console and I do nto get R script anymore.
Please advise
Thanks
2012 May 16
2
The strange case of xen_netback not returning ARP replies
Hello,
I''m facing a rather strange problem with the netback interface. My setup
involves a netvm, which has some physical network interfaces assigned,
and a client VM where a net front is running (exposed as eth0) and which
is connected to that netvm (via vif42.0 interface, as seen in the netvm
on the dumps below).
Now, the netvm has two physical network interfaces assigned:
1) A
1999 Dec 16
1
nlm in R version 0.90
I am trying to obtain some more detail regarding the nlm function
available in the latest release of R. Specifically, what mimimization
routine is being used... and ... does there exist a fortran or C version
of it?
Thank you,
Joanna
Joanna Elizabeth MILLS, M.Sc. Ph: (902) 494-3747
Dalhousie University Fax: (902) 494-5130
Department of Mathematics and
2013 Feb 01
29
cumulative sum by group and under some criteria
Thank you very much for your reply. Your code work well with this example.
I modified a little to fit my real data, I got an error massage.
Error in split.default(x = seq_len(nrow(x)), f = f, drop = drop, ...) :
Group length is 0 but data length > 0
On Thu, Jan 31, 2013 at 12:21 PM, arun kirshna [via R] <
ml-node+s789695n4657196h87@n4.nabble.com> wrote:
> Hi,
> Try this:
>
2007 Feb 20
2
Asterisk CDR MySQL
I'm attempting to setup Asterisk 1.4.0 CDRs to use MySQL.
Modules show like cdr_mysql.so tells me it is loaded.
Reload cdr with MySQL started or stopped makes no difference in the errors.
Ideas?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070220/55700f37/attachment.htm
2005 Oct 07
1
cor() function, method="spearman"
Hello,
Does anyone know if the cor function, when method = "spearman", returns a correlation coefficient corrected for any ties in the ranks of the data? I have data with quite a few ties and am thinking that I should use a calculation of the coefficient corrected for ties, but before I try and code this calculation myself, I thought I should check whether or not cor() automatically
1999 Nov 19
1
Memory Problems
I have an R program which basically reads in data. It then
calls a C program which performs numerical integration until converging
to a solution. The result is then passed back from C to R.
Unfortunately, when running this program, the virtual
memory associated with it explodes -> 2GIG!. Does anyone know what might
be causing this or can suggest possiblie ways to debug?
Thank you!
Joanna
2006 Nov 03
1
Enc: FreeBSD and the new virtual machine-based rootkits
----- Mensagem encaminhada ----
De: Ricardo A. Reis <ricardo_bsd@yahoo.com.br>
Para: security@freebsd.org
Enviadas: Sexta-feira, 3 de Novembro de 2006 10:54:14
Assunto: FreeBSD and the new virtual machine-based rootkits
Hi All,
Recently i participated in Brazil on October 2006 The FIRST/TRANSITS and
II Latin American Incident Response Conference (COLARIS).
In the II COLARIS - Joanna