Displaying 20 results from an estimated 80 matches similar to: "Re : Indexing array to 1000"
2010 May 04
1
make a column from the row names
Dear All,
> avglog
01/11/09 02/11/09 03/11/09 04/11/09
9.750000 4.500000 4.500000 8.666667
> avglog1 <- data.frame(avglog)
> avglog1
avglog
01/11/09 9.750000
02/11/09 4.500000
03/11/09 4.500000
04/11/09 8.666667
The first column isnt a column, It's the row names. I makeing a column from
the row names by using the following
> value1$Day <- rownames(value1)
>
2010 May 02
1
Re :argument is not numeric or logical
Hi all,
I have data size of :
> dim(sample)
[1] 35943 17
The first column is "stdate" - is date ( 01/11/2009 00:00:00,02/11/2009
00:00:00,02/11/2009 00:00:00 etc... )
Login is 13th column - is numbers (12,0,1 erc...)
The below operation return the following error.
> sample1 <- read.csv(file="sample1.csv",sep=",",header=TRUE)
> avglog <-
2010 May 01
2
Average Login based on date
Hi All,
I have the data like this :
>sample <- read.csv(file="sample.csv",sep=",",header=TRUE)
> sample
stdate Domain sex age Login
1 01/11/09 xxx FeMale 25 2
2 01/11/09 xxx FeMale 35 4
3 01/11/09 xxx Male 18 30
4 01/11/09 xxx Male 31 3
5 02/11/09 xxx Male 32 11
6 02/11/09 xxx Male 31 1
7 02/11/09
2010 May 05
0
R-help Digest, Vol 87, Issue 5
Unsubscribe
-----Original Message-----
From: r-help-request at r-project.org
Date: Wed, 05 May 2010 12:00:09
To: <r-help at r-project.org>
Subject: R-help Digest, Vol 87, Issue 5
Send R-help mailing list submissions to
r-help at r-project.org
To subscribe or unsubscribe via the World Wide Web, visit
https://stat.ethz.ch/mailman/listinfo/r-help
or, via email, send a message with subject
2006 Aug 04
1
Can't get rid of SYN_RECV
OK, Something wacky. I'm getting many, many of these, it just keeps
building:
--snip--
netstat -vat:
tcp 0 0 192.168.103.99:http statusurl.e-gold.com:57015
SYN_RECV
tcp 0 0 192.168.103.99:http statusurl.e-gold.com:26377
SYN_RECV
tcp 0 0 192.168.103.99:http statusurl.e-gold.com:64279
SYN_RECV
tcp 0 0
2005 Dec 29
4
Many-to-Many: Where to add the children?
I have two classes Person and Job defined as follows:
class Person < ActiveRecord::Base
:has_and_belongs_to_many jobs
def add_job(job_name)
job = Job.find_by_name(job_name) # See if this job exists
if job.nil? # If this job doesn''t exist
job = Job.new # Create a new job
job.name = job_name #
2005 Dec 15
2
HABTM being tricky
I''ve just been bodyslammed by a problem with has_and_belongs_to_many -
as far as I can tell, if it doesn''t appear at the top of other
relationship definitions it doesn''t seem to work right. For example:
class Artist < ActiveRecord::Base
has_and_belongs_to_many :genres
has_many :albums
has_many :videos
has_many :cds
has_many :collections
end
..works fine
2011 Jul 05
9
[Bug 38984] New: xorg-nouveau: Segfault after gdm3 login, EQ overflowing, GeForce 8600 GT (backtrace attached)
https://bugs.freedesktop.org/show_bug.cgi?id=38984
Summary: xorg-nouveau: Segfault after gdm3 login, EQ
overflowing, GeForce 8600 GT (backtrace attached)
Product: xorg
Version: 7.6
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: major
Priority: medium
Component:
2017 Sep 05
3
Packet capture to analysis the tinc connection close
Hi, All
Recently, one of my tinc client always suffer connection drop, I was suspect the connection was not stable to cause this issue, and BTW, I’ve set the PingTimeout to 10 seconds already, but this situation still happens a lot sometimes, but when the connection drop happens, the connection recovery pretty fast, normally in a minutes.
In order to deep dive into the cause, or proven the
2007 Dec 20
0
CEBA-2007:1127 CentOS 5 x86_64 mozldap Update
CentOS Errata and Bugfix Advisory 2007:1127
Upstream details at : https://rhn.redhat.com/errata/RHBA-2007-1127.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( md5sum Filename )
x86_64:
d25a9802e8d06344d6d2417ecde9047f mozldap-6.0.5-1.el5.x86_64.rpm
e19f9e0f0d5bb005ec3c540584179d2b mozldap-devel-6.0.5-1.el5.x86_64.rpm
2004 Aug 06
1
Akos...Darkice questions
Can the bitsPerSample be set any higher than 16? I try to set it to 20 or 24 and get this error...
DarkIce: LameLibEncoder.h:122: specified bits per sample not supported [24]
teststream#
<p>When I start Darkice I get the following error for about 5 seconds and then it stops with "broken pipe".
08:57:09: BufferedSink, new peak: 53112
08:57:09: BufferedSink, remaining: 28808
2004 Aug 06
0
Akos...Darkice questions
Hmmm...I raised my sample rate to 44100 from 22050 and now it seems to be more stable???
>>> Matt@cmitech.com 8/28/02 9:04:47 AM >>>
Can the bitsPerSample be set any higher than 16? I try to set it to 20 or 24 and get this error...
DarkIce: LameLibEncoder.h:122: specified bits per sample not supported [24]
teststream#
<p>When I start Darkice I get the following error
2004 Aug 06
0
Akos...Darkice questions
Actually...I think it's because I set it to mono instead of stereo...anyway, is there a way to set the bitsPerSample higher?
Matt
<p><p>>>> Matt@cmitech.com 8/28/02 9:09:03 AM >>>
Hmmm...I raised my sample rate to 44100 from 22050 and now it seems to be more stable???
>>> Matt@cmitech.com 8/28/02 9:04:47 AM >>>
Can the bitsPerSample be set any
2017 Apr 04
3
Problem with Dovecot and BlackBerry
Hi all,
i've got a strange behaviour with a BlackBerry Classic Phone (BBOS
10.3.2.2876) in combination with Dovecot 2.2.13 while trying to fetch
mails.
Before burying myself into debugging sessions, i try to get an
understanding if the following is a Client- or a Server-specific error
in the behaviour:
CIGA8 UID FETCH 10009:10035 (UID FLAGS) (CHANGEDSINCE NOMODSEQ)
CIGA8 BAD Error
2017 Apr 06
0
Problem with Dovecot and BlackBerry
On Tue, 04 Apr 2017 11:07:26 +0000
Luca Bertoncello <lucabert at lucabert.de> wrote:
> Hi all,
>
> i've got a strange behaviour with a BlackBerry Classic Phone (BBOS
> 10.3.2.2876) in combination with Dovecot 2.2.13 while trying to
> fetch mails.
>
> Before burying myself into debugging sessions, i try to get an
> understanding if the following is a Client-
2009 Sep 02
4
Grouping data in a data frame: is there an efficient way to do it?
I have a data frame with about 10^6 rows; I want to group the data
according to entries in one of the columns and do something with it.
For instance, suppose I want to count up the number of elements in
each group. I tried something like aggregate(my.df$my.field,
list(my.df$my.field), length) but it seems to be very slow. Likewise,
the split() function was slow (I killed it before it completed).
2006 Mar 30
5
Heeelp - no idea what''s going wrong.
I''m working on a simple CMS. The main data type are "listings" a listing
habtm (has_and_belongs_to_many) categories and subcategories.
Subcategories belong_to categories. Subcategories are basically the same
as categories, but they are treated differently in a few situations.
The problem is, I can''t seem to write the view/controller/model code
that allows me to
2005 Jun 18
3
FATAL: Error running install command for wctdm
I got a new motherboard and upgraded Asterisk, ... However, I am not
lucky enough to get it running again.
To compile went ok, besides this remark at the end of asterisk:
WARNING WARNING WARNING
Your Asterisk modules directory, located at
/usr/lib/asterisk/modules
contains modules that were not installed by this
version of Asterisk. Please ensure that these
modules are compatible with
2014 Jan 28
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hi Stepan,
Sorry for the delay. It's great that you are working on MergeFunctions
as well and I agree, we should definitely try to combine our efforts to
improve MergeFunctions.
Just to give you some context, the pass (with the similar function
merging patch) is already being used in a production setting. From my
point of view, it would be better if we focus on improving its
capability
2007 Aug 01
0
CentOS-announce Digest, Vol 30, Issue 1
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When