similar to: (no subject)

Displaying 20 results from an estimated 1000 matches similar to: "(no subject)"

2006 Feb 26
2
subtotal, submean, aggregate
Dear All, I would like to make partial sums (or means or any other function) of the values in intervals along a sequence (spatial transect) where groups are defined. For instance: habitats<-rep(c("meadow","forest","meadow","pasture"),c(10,5,12,6)) observations<-rpois(length(habitats),2)
2018 Apr 04
2
Plot data in sequence
Hi r-users, I would like to draw line plots. However, the plot starts from 11121 data and plot data ENTRY last in the plot. Here is the code and data. datn <- read.table(header=TRUE, text=' LEVEL STATUS CGPA DIPLOMA ENTRY 3.32 DIPLOMA 11121 2.91 DIPLOMA 11122 2.90 DIPLOMA 12131 2.89 DIPLOMA 12132 2.89 DIPLOMA 13141 2.93 DIPLOMA 13142 2.96 DIPLOMA 14151 2.76 DIPLOMA 14152 2.73 STPM
2018 Apr 04
0
Plot data in sequence
Hi, Thanks for the reproducible example. Looking at str(datn) would give you a clue. STATUS is a factor because it contains character values. Factor levels by default are alphabetical with numbers first, but you can change those. > str(datn) 'data.frame': 36 obs. of 3 variables: $ LEVEL : Factor w/ 4 levels "DIPLOMA","MATRIC",..: 1 1 1 1 1 1 1 1 1 4 ... $
2003 Apr 08
1
Can't do Landscape with ManualFeed
Hi: I am haviong problems with Landscape mode on our HP printers (many models). I am running 2.2.7a on two different servers. One is using the "old style" printing (using "printer driver file" parameter). The other is using the newer printing system. It is the same code on both. Both are Solaris systems. For the old one, the drivers are installed on the client, for the
2007 Jan 24
2
hello! first post + context_setup
Greetings all. I''m looking over a ''greenfield'' pasture, and enjoying the TDD(BDD) process of creation. I''m currently rspec''ing a finite state machine (acts_as_state_machine). As such, I need to persist the model through ''specifies'' within the context - from top to bottom. I have bumped into a couple of probs: 1. context_setup
2004 Jul 12
1
Asterisk as plain PABX in call centre
Hi all, I've been lurking here and reading the Wiki for a month or so now, getting information on the suitability of Asterisk for my installation. I'm responsible for the technical stuff at a mostly-inbound call centre in Melbourne, Australia. Due to our rapid expansion, it's getting close to the time to put our old beloved Fujitsu 9600 PABX out to pasture. I'm evaluating
2010 Feb 17
2
extract the data that match
Hi r-users,   I would like to extract the data that match.  Attached is my data: I'm interested in matchind the value in column 'intg' with value in column 'rand_no' > cbind(z=z,intg=dd,rand_no = rr)             z  intg rand_no    [1,]  0.00 0.000   0.001    [2,]  0.01 0.000   0.002    [3,]  0.02 0.000   0.002    [4,]  0.03 0.000   0.003    [5,]  0.04 0.000   0.003    [6,] 
2012 Mar 26
1
Seeming failure of options(width=60)
The following example gives output with a line length of 103 on my system. It is causing a nuisance in creating a vignette. Is there something other than e.g., options(width=60) I need to set? The Sweave FAQ suggests this should work. options(width=60) pastured <- data.frame( time=c(9, 14, 21, 28, 42, 57, 63, 70, 79), yield= c(8.93, 10.8, 18.59, 22.33, 39.35, 56.11, 61.73, 64.62,
2007 Jun 22
1
Ring/Off-hook in strange state 6
HI I have two servers both of which get this message on one of the lines. Ring/Off-hook in strange state 6. The one server seems to be ok with it, but the other one when an extension picks up there is no one there and the incoming call keeps ringing. I tried to adjust the levels in wcfxo.c like someone had suggested, but it didn't do anything. I also upgraded zaptel to the latest. 1.2.18 and
2008 Mar 31
7
Cisco 7965 SIP Firmware
I have 7965 and am trying to convert the firmware to SIP (SIP45.8-3-4SR1S). Does anyone have a valid XMLDefault.cnf.xml they could share? I have tried the version at voip-info<info.org/wiki/view/Asterisk+phone+cisco+79x1+xml+configuration+files+for+SIP&view_comment_id=14768#Troubleshooting>for the 7941/7961 but unfortunately /var/log/messages shows in.tftp stops sending after
2010 May 05
2
Registering a Cisco 7965 on 1.4.26
Hi, I'm having a problem trying to get a Cisco 7965 phone registered on Asterisk 1.4.26. As we know, Cisco now, for security reasons, has made the phone ports non-symmetric, in that it sends out UDP requests on a high port and receives them on a different port. It seems that, even with 'nat' set to 'no', that Asterisk is not honoring the Contact header and keeps attempting to
2010 Apr 30
2
Simple example of decoding streaming audio realtime?
On 30 April 2010 11:43, Sherief N. Farouk <sherief at mganin.com> wrote: >>> I'm a software engineer. I'm terribly uncomfortable with C. > > Aaaaahahahahahahahaha Please be civil, guys. Different engineers have different skill levels, so what. If someone asks for some help with the reference implementation the least we can do is point them in a useful direction. If
2004 Oct 01
1
Cisco 7965 - New IP phone - Need Info
All, The Cisco 7960(G) and 7940(G) IP Phones have been out for a few years and Cisco has not yet released any substantial information about the new 7965 IP phones. Has anyone got any information about the new Cisco IP phones? I'm curious about both the technical issues and the price/availability. Thanks Scott H
2006 Jul 24
2
Samba connections issues (3.0.23 on Solaris 8 with NIS+)
I'm curious if anyone has suggestions about a problem we have encountered. We have recently upgraded a 2.2.8a server to 3.0.23. The server in question is running Solaris 8 with NIS+. Storage is from our SAN. Since the migration, we have found that we no longer have access to several shares. They are connected, but we are unable to get to them. Samba will indicate that we are connected to
2018 Sep 19
1
[PATCH 1/6] drm/dp_mst: Introduce drm_dp_mst_connector_atomic_check() (fwd)
Hello, I don't think you can update the loop index variable in list_for_each_entry, because the mcro uses th index variable to get to the next element. Perhaps list_for_each_entry_safe would be more suitable? julia ---------- Forwarded message ---------- Date: Thu, 20 Sep 2018 04:30:13 +0800 From: kbuild test robot <lkp at intel.com> To: kbuild at 01.org Cc: Julia Lawall
2011 Oct 14
1
Multi t tests
hi all I have R object look like this: > spl $SB012XSB044 DPW Cross 1 66.6 SB012XSB044 2 96.5 SB012XSB044 3 78.8 SB012XSB044 4 68.6 SB012XSB044 5 62.0 SB012XSB044 6 72.1 SB044XSB012 7 72.2 SB044XSB012 8 69.6 SB044XSB012 9 87.9 SB044XSB012 10 84.4 SB044XSB012 11 51.9 SB044XSB012 12 65.5 SB044XSB012 $SB012XSB099 DPW Cross 13 100.9 SB012XSB099 14 44.4 SB012XSB099
2011 Feb 21
1
DO NOT REPLY [Bug 7965] New: --max-size=0 is invalid (should transfer 0-byte files)
https://bugzilla.samba.org/show_bug.cgi?id=7965 Summary: --max-size=0 is invalid (should transfer 0-byte files) Product: rsync Version: 3.1.0 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P3 Component: core AssignedTo: wayned at samba.org ReportedBy: ivan+samba
2002 Dec 11
4
Corrupted OGGs (Winamp or Mac OS?)
I recently ripped a bunch of tracks to ~192 VBR OGG using OGGDROP XPd v. 1.1 running on Win98 SE and they worked fine and sounded great in Winamp 2.80. I then edited the tags (also with Winamp 2.80) and copied the files over to to my Mac G4 running OS 9.0.4, where they sat untouched for about a month. Now, having copied them back to my Win98 SE machine, they won't play in Winamp,
2009 Aug 27
1
choosing of CPU's to run R
Dear All, I am considering to buy a workstation. For the CPUs, I wonder whether anybody have the experience in choosing one for the R. Intel Xeon W3540 2.93 8MB/1066 QC CPU is much cheaper as compared with the Intel Xeon E5540 2.53 8MB/1066 QC CPU. However, its Hz 2.93 is bigger than 2.53. I wonder which one would run R quicker. Thank you. Huang [[alternative HTML version deleted]]
2002 Apr 28
1
Winamp 2.80 Vorbis problem confirmed on my comp
I first downloaded Winamp Lite, which did not have Vorbis plugin, and installed the latest PP Vorbis plugin: http://www.blorp.com/~peter/zips/in_vorbis.exe That did not work, for some reason. Afterwards, I downloaded the Standard version and tried playing ogg files: it didn't work either. I installed the latest PP Vorbis plugin over this version, but still the same. What's up?? I