similar to: Some more general questions

Displaying 20 results from an estimated 200 matches similar to: "Some more general questions"

2003 Mar 19
3
How would I analyse data like this?
Hello, I'm a new R user and I'm having a little trouble getting started. I'm hoping someone can help me out. I have data that looks like this: phone|state|code|amount|left|channel|time|mtd 15555551234|3|983|1000|266|IN|2003-03-16 23:57:21-05|C 15555552345|3|983|3000|0|IN|2003-03-16 23:58:16-05|C 15555552346|3|983|1000|40|IN|2003-03-16 23:58:24-05|C Which I've read using scan().
2004 Sep 28
1
Is app_icd ready to replace app_queue?
I have heard about the ICD project to make a better Call center solution for asterisk, and I just noticed it on cvs. Is it a viable alternative or does it need work? Either way I am definitely interested as we are not quite happy with the current setup. Thanks, Robert Jackson
2003 Sep 23
9
dialing codes..( You can help! )
Hi, I am trying to setup some LCR functions on my Asterisk box and have a cheap call provider that uses various different numbers for landlines and cell phone numbers in various countrys.. I am finding it difficult to find the various codes.. eg. UK Landline - +44[12]. UK Cell - +44[7]. SA Landline - +27[1-6]. SA Cell - +27[78]. Please send me your country's dialing rules similar to how I
2013 Oct 11
1
nss_windbind.so can't see groups that wbinfo -g can (4.0.9 as AD DC)
[I'm afraid $customer made me anonymize their rootdn, user and group names, so the ones below are made up. Hopefully I haven't introduced any errors in the process.] I'm running Debian 7 with samba 4.0.9dfsg1-1 built from git://git.debian.org/pkg-samba/samba. I'm using samba as an AD DC, with accounts migrated from a samba3/slapd stack using samba-tool domain classicupgrade.
2003 Apr 06
0
Re: Bug#187537: r-base: FTBFS: hangs in tcltk test (PR#2733)
Dirk Eddelbuettel <edd@debian.org> writes: > Thanks for the bug report. I will pass it on to R Core. > > > In case this makes any difference, I am redirecting the stdout and > > stderr of pbuilder into a pipe, while leaving stdin unchanged. > > Don't know, it may. But that does not propagate to what happens inside > pbuilder, i.e. in the processes started by
1997 Apr 23
0
Linux squake security hole (provides root if squake is installed mode 4755)
I''ll just include the letter that I sent to John Carmack and Dave "Zoid" Kirsch concerning this problem. ---------------------------------------------------------------------- From: Greg Alexander <galexand@sietch.bloomington.in.us> Approved: R.E.Wolff@BitWizard.nl To: zoid@threewave.com cc: johnc@idsoftware.com Subject: Security hole in squake. Please respond with this
2003 Jan 17
2
read.table bug in Mac OS X (PR#2469)
Full_Name: George W. Gilchrist Version: 1.6.2 OS: OS X Submission from: (NULL) (128.239.124.126) Start with a tab-delimited or comma-delimited text file created on the Mac and use read.table("filename.txt", header=T) to read it in. When the first column of the file contains a character vector, and there is a header line, the first letter of the first column of the fifth row is appended
2000 Apr 09
1
Paramtric ABC
Hi, I presently working with the bootstrap methodology. I am trying to establish confidence intervals using the parametric ABC method with the bivariate normal data. I looked at the paper written by DiCiccio and Efron and did not find any programming materials which was used in that paper. So I am in confuse how to aply bootstrap ABC parametric confidence intervals method. I will be grateful to
2003 Apr 04
2
Bug in %in% (match)
Hi, Am I hitting some limit in match? Consider the following example: > tst<-seq(100,125,by=.2)%in%seq(0,800,by=.1) > sum(tst) [1] 76 > seq(100,125,by=.2) [1] 100.0 100.2 100.4 100.6 100.8 101.0 101.2 101.4 101.6 101.8 102.0 102.2 [13] 102.4 102.6 102.8 103.0 103.2 103.4 103.6 103.8 104.0 104.2 104.4 104.6 [25] 104.8 105.0 105.2 105.4 105.6 105.8 106.0 106.2 106.4 106.6 106.8
2003 Apr 04
2
Bug in %in% (match)
Hi, Am I hitting some limit in match? Consider the following example: > tst<-seq(100,125,by=.2)%in%seq(0,800,by=.1) > sum(tst) [1] 76 > seq(100,125,by=.2) [1] 100.0 100.2 100.4 100.6 100.8 101.0 101.2 101.4 101.6 101.8 102.0 102.2 [13] 102.4 102.6 102.8 103.0 103.2 103.4 103.6 103.8 104.0 104.2 104.4 104.6 [25] 104.8 105.0 105.2 105.4 105.6 105.8 106.0 106.2 106.4 106.6 106.8
2013 Jan 31
3
Locate Patients who have multiple high blood pressure readings
On Thu, Jan 31, 2013 at 10:29 AM, Weijia Wang <wwang.nyu@gmail.com> wrote: > Hi, > > > > I have a new question about subsetting in R. > > > > Say we have this data frame: > > > > PT_ID Blood_Pressure OBS_TYPE > > 92 1900 90.0 DBP > > 94 1900 90.0 DBP > > 174 2900 140.0 SBP > > 176 2900
2012 May 28
1
Disk geometry problem.
Hi all. I have a CentOS server: CentOS release 5.7 (Final) 2.6.18-274.3.1.el5 x86_64 I have two SSD disks attached: smartctl -i /dev/sdc smartctl version 5.38 [x86_64-redhat-linux-gnu] Copyright (C) 2002-8 Bruce Allen Home page is http://smartmontools.sourceforge.net/ === START OF INFORMATION SECTION === Device Model: INTEL SSDSA2CW120G3 Serial Number: CVPR13010957120LGN Firmware
2011 Nov 18
1
How can I create raid 1 - Centos 5.7 64 minimal installation
Hello, I have a server working on centos 5.7-64 minimal installation. I have 3 separate physical drives: 120 gb ssd, 2x 3tb disks for storage. My linux installation is on ssd disk, and I want to make raid 1 for these two 3tb disks and store data, like under /mnt/data. Can you please tell me the path how this is possible? Thanks for your help! Best regards, Here are some output of commands I
2007 Oct 17
17
[Bug 12833] New: Geforce 8400M GS (id 0x427): stick to 800x600
http://bugs.freedesktop.org/show_bug.cgi?id=12833 Summary: Geforce 8400M GS (id 0x427): stick to 800x600 Product: xorg Version: unspecified Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at
2008 Feb 24
2
usbhid-ups using wrong value for battery voltage for Pulsar Evolution 500?
I suspect that the battery is failing on my Pulsar Evolution 500 (it is several years old now) but I can't seem to get a valid battery voltage from the UPS. The following tests were done using NUT 2.2.1, but I first noticed this with the trunk, and reproduced it with the current branches/Testing as well. The only two values I have seen for battery.voltage are 120.0 and 119.0, e.g.: $ upsc
2006 Feb 28
3
Misreported values with newhidups
Okay, now that I've got NUT up and running with the newhidups driver, I can give it a quick shakedown. Most of the values look good, but are few are off. Here's what I get: elrond@foxstar:~$ upsc foxstarups@localhost battery.charge: 100 battery.charge.low: 10 battery.charge.warning: 50 battery.date: 3150/08/01 battery.mfr.date: 2005/03/22 battery.runtime: 1935 battery.runtime.low: 120
2006 Mar 20
2
subsetting and NAs
R-help, I'm getting some unexpected behavior with subsetting a data frame (aircraft flight data) that I can't sort out. Here is a simplified version of my data frame and problem: > flight FlightID TailNo FlightDate HobbsTime FlightCost Date year 1 4497 6009K <NA> 2.2 330.0 <NA> NA 2 4498 6009K <NA>
2001 Nov 06
1
rsync for realtime filesystem replication.
Apologies in advance for a kind of long question: I've written an application called changedfiles (http://www.bangstate.com/software.html#changedfiles), which consists of two parts: a linux kernel module that reports all file operations to a device special, and a userspace daemon which can take arbitray shell action on files matching regexp rules specified in a config file. E.G.,
2017 Jun 03
2
[HCL] Cyber Power Systems CP1500AVRLCDa supported by usbhid-ups
On 5/30/2017 10:47 PM, Charles Lepple wrote: > On May 22, 2017, at 11:13 AM, Mike <the.lists at mgm51.com> wrote: >> >> On 5/21/2017 10:39 AM, Charles Lepple wrote: [snip] > Even though the CPS sub-driver has been written already, I would like to take a look at the raw "explore" mode output: > >
2006 Aug 08
7
undelete
I just removed a bunch of Personal stuff I should not have. Is there anyway to undelete??? Jerry