Displaying 20 results from an estimated 1000 matches similar to: "tackle with error"
2008 May 09
2
K-Means Clustering
Hello,
I am hoping you can help me with a question concerning kmeans clustering
in R. I am working with the following data-set (abbreviated):
BMW Ford Infiniti Jeep Lexus Chrysler Mercedes Saab Porsche
Volvo
[1,] 6 8 2 8 4 5 4 4 7 7
[2,] 8 7 4 6 4 1 6 7 8 5
[3,] 8 2 4
2005 Nov 15
1
latex table and R codes
Dear R-help assistance;
may you help me regrding to following inquiry!?
you know what, i have generated three tables by xtable R function, right
now i am trying to make a single table by putting these tables
togethere; actully i am going to come upt with *.tex (latex) file.
because i have more extera non-R material, i am using Sweave to read R
instructions, and finally i hope to end up with a
2012 Jan 14
1
Error: unexpected '<' in "<" when modifying existing functions
Hi.
I am trying to modify kmeans function.
It seems that is failing something obvious with the workspace.
I am a newbie and here is my code:
myk = function (x, centers, iter.max = 10, nstart = 1, algorithm =
c("Hartigan-Wong",
+ "Lloyd", "Forgy", "MacQueen"))
+ {
+ do_one <- function(nmeth) {
+ Z <- switch(nmeth, {
+ Z
2020 May 26
2
[ORC JIT][MLIR] GDBRegistrationListener "second attempt to perform debug registration" assert
Referring to the log messages from my previous mail… I confused myself (and probably others) by reading the “Adding MemMgr 0x55555959f440“ message as “Registering MemMgr 0x55555959f440”. Thus the address mismatch made no sense. How could we be registering a `MemMgr` address/key that does not match once we arrive in `notifyObjectLoaded` method?
Answer: Because the registrations is NOT coming
2008 Jul 30
1
Couldn't find Photo with ID=index
Hi all,
I need help in this problem.
- i have a model class named Photo, a controller Photos.
- when typing the URL http://localhost:3000/photos Rails calls the default
index method.
- but when typing http://localhost:3000/photos/index error saying "Couldn''t
find Photo with ID=index" pops up, i cant even imagine why.
- my Rails version is 2.1.0
thanks in advance
yours,
2010 Apr 07
1
rake aborted! uninitialized constant Encoding ubuntu
I am new in Ruby on Rails, I am working on ubuntu10.04
I get this error when i run rake db:migrate
(in /home/mostafa/Desktop/book_tracker)
rake aborted!
uninitialized constant Encoding
(See full trace by running task with --trace)
Hope Someone can help in such matter
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core"
2012 Sep 16
1
Edit an existing message or replacing it
Hi,
I want to know is there any solution to edit an existing message in mailbox
via IMAP? or replace it with a new message (store a new message with same
UID)?
Thank you very much,
--Mostafa Rokooie
2009 Aug 06
0
K-means clustering with NA
I am running a k-means clustering code in R : mydata_kmeans5 <-
kmeans(mydata, centers=5).. But the problem is that the data is having some
"NA" in it. So R is showing me a message :Error in switch(nmeth, { :
NA/NaN/Inf in foreign function call (arg 1)
In addition: Warning messages:
1: In switch(nmeth, { : NAs introduced by coercion
2: In switch(nmeth, { : NAs introduced by
2009 Apr 25
5
Out of memory issue
Hi all,
I am trying to run some plots on data, but when loading he CSV data
file R is stopping and I am getting an out of memory error.
Anyway to tweak this somehow to get it to run?
Using WinXP with 4 GB RAM
Tnx
Bruce
2002 Dec 01
2
No subject
Dear Lister
I need to perform Generalized estimating equations on some data. Has 'R' any
function or routine to do it? (GEE is same as GLM but with correlated y's)
Thanks in advance
Mostafa
_________________________________________________________________
Protect your PC - get McAfee.com VirusScan Online
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963
2001 Apr 07
1
Hypothesis test
Dear colleague:
Actually that is what is done.
When using the z-test between proportions in two different groups, or using
chi-squared to test the null hypothesis of equal proportions of two or more
groups, the null hypothesis is that
H0: p1=p2=p3.....=p
where this p is the pooled proportion, the proportion in the summed groups =
n1+n2+n3+..../N1+N2+N3....
in the z-test between two
2012 Oct 03
1
Difficulties in trying to do a mixed effects model using the lmer function
Dear people of the help list
I am drying to analyze my data using the 'lmer' function and I keep having problems.
This is the model:
> fm1<-lmer(dbh~spec+scheme+(1|Plot),data=d, REML=FALSE).
I analyse tree size (dbh) of 3 different species (spec) and 3 planting schemes (scheme). I have 5 plots, which I hope to model as a random factor. (However, the subsequent output is based on
2006 Mar 12
2
tapply with unequal length of arguments
Hi everyone,
Is it possible to use tapply(x,y,mean) if not all groups of x by y are
of the same length (for example if you have one missing observation)?
I tried tapply(x,y,mean,na.omit=T) but it doesn't work!
Steffi
--
---------------------------------
Stefanie von Felten
Doktorandin
ETH Z?rich
Institut f?r Pflanzenwissenschaften
ETH Zentrum, LFW A 2
Telefon: 044 632 85 97
Telefax: 044
2002 Feb 28
3
R-plots with 'complex' axis-labelling
Hi there,
I want to create plots with some kind of 'complex' axis labelling of the form
$\dot{V}$ and integrate those plots into a LaTeX document. What is the best
way to go?
I've figured out, that the 'plotmath' commands are somewhat limited (at least
I wasn't able to get the $\dot{V}$ generated) and that plots with
'plotmath'-axes wouldn't export
2005 Jan 28
2
print() from within a function - Windows specific? (PR#7584)
Full_Name: Markus Liedgens
Version: Ever since 1.6
OS: Windows 98 / Windows Xp
Submission from: (NULL) (81.63.111.226)
To control the progress of a function one can consider to use print() to issue a
message in the command window. However, using Win98 / R 1.9 or WinXP / R 2.0,
this approach is of little usefulness, since all the print() commands are issued
at once, just before the control
2004 Jul 09
1
group add and groupmap with ldapsam
hello,
trying to set up an pdc with 3.0.4 on solaris with openldap
creating groups and adding groupmaps does not work.
net group add asks the password for the ldap-manager, comes back without
any message, but the group does not exist after that.
if i try to make a groupmap without adding a wingroup first, the result
is the following (no question for the password!)
/usr/local/samba/bin/net
2006 Dec 18
2
Error compiling on HP-UX
Dear all,
I hope this is the right mailing list for my question -- I felt that this was
too technical for R-help.
I am trying to compile R-2.4.0 on a HP-UX system:
./configure
MAKE=gmake --prefix=$HOME --without-x --without-tcltk --disable-R-profiling --without-readline --disable-multibyte
R is now configured for ia64-hp-hpux11.23
Source directory: .
Installation directory:
2020 May 21
2
[ORC JIT][MLIR] GDBRegistrationListener "second attempt to perform debug registration" assert
Hi Adam,
Calls to the listeners should be protected by the RTDyldLayerMutex. Could
you apply the attached patch and share the debugging output from one of the
failing runs?
Regards,
Lang.
On Wed, May 20, 2020 at 8:00 PM David Blaikie <dblaikie at gmail.com> wrote:
> +Lang
>
> On Wed, May 20, 2020 at 4:44 PM Straw, Adam D via llvm-dev <
> llvm-dev at lists.llvm.org>
2003 Mar 27
0
A WIN95 machine list the shares but 98/win2k not
Why this conf dont work?
A WIN95 machine list the shares but 98/win2k not
[root@linus init.d]# smbclient -L //linus U%
added interface ip=200.168.58.231 bcast=200.168.58.255 nmask=255.255.255.192
added interface ip=192.168.4.1 bcast=192.168.4.255 nmask=255.255.255.0
wins_srv_died(): Could not mark WINS server 127.0.0.1 down.
Address not found in server list.
session request to LINUS failed (Not
2015 Jan 02
3
Samba 3.6.1 malformed request: "OPTIONS / HTTP/1.1" message
Hi guys. Hope you're having great days.
I have cross compiled Samba 3.6.1 for my embedded linux device. It was
very tough considering I couldn't find a tutorial or something that
helps me. Not even on Samba site and its documentation.
Anyway I managed to compile it and I put compiled files into
/usr/local directory in the device like I was supposed to and modified
smb.conf and put it in