similar to: scoping issues?

Displaying 20 results from an estimated 300 matches similar to: "scoping issues?"

2005 Dec 29
1
use of tapply?
I'm still learning how to program with R and I was hoping someone could take the time to show me how I can rewrite this code? Many thanks Tom data.intersects<-data.frame( x=c(0.230,0.411,0.477,0.241,0.552,0.230), y=c(0.119,0.515,0.261,0.431,0.304,0.389), angle=vector(length=6), length=vector(length=6),
2001 Mar 28
1
Ext3 and LFS - possible? fatal?
Has anyone tried LFS (ie >2G files support) and Ext3 together? Are there good reasons why this should/should not work? I see the RH enterprise kernel patch set specifically does not attempt both lfs and ext3, but the lfs patches themselves touch some reasonably localised parts of ext2, so I would hope (without having dived in there to test), that the ext3 changes would mirror that
2003 Mar 25
1
Help : stablereg parameter interpretation
Dear all, I am having difficulty interpreting the parameter estimates from the stablereg function. Specifically I am trying to keep things simple to start with by using stablereg to fit a normal distribution to a simulated data set from that distribution (in order to understand the way that stablereg reports parameter estimates). I cannot work out the scale on which the dispersion parameter (some
2009 Nov 05
2
[LLVMdev] Debug Information for LLVM 2.6 and TOT
Devang Patel wrote: > Hi John, > > On Wed, Nov 4, 2009 at 12:04 PM, John Criswell <criswell at uiuc.edu> wrote: > >> Dear All, >> >> 1) I recall reading somewhere that a few optimizations in LLVM 2.6 strip >> away debug information when such information interferes with >> optimization. Is this correct, >> > > Yes. > >
2000 May 23
1
Random number generation problem (PR#554)
Full_Name: Kjetil Kjernsmo Version: 1.0.1 OS: osf1 Submission from: (NULL) (129.240.28.227) Hello! I'm getting strange numbers from a random number generation function again. I was wondering if it could be the same problem as I reported in (PR#439). I'm using the functions (some comments deleted for brevity): qamp <- function(p, type=c("point", "nolens")) {
2014 Mar 18
1
Developing the UPS side of the UPS-NUT equation (via usbhid)
Things are going along well, but there is one remaining area of confusion...."units". I understand exponents now...it's basically how you pass decimal values. That's easy enough. But "units"....in other words, I have a voltage I want to put in a report. If I include in the report descriptor the fact that it is actually a voltage, with units of "volts",
2008 Mar 07
1
Trouble with R CMD check
Friends, I changed one line of a package at the source level and then rebuilt it. When I run R CMD check, I get an error: installing R.css in C:/polsplineRS.Rcheck ---------- Making package polsplineRS ------------ adding build stamp to DESCRIPTION making DLL ... making hareall.d from hareall.c making heftall.d from heftall.c making lsdall.d from lsdall.c making lspecall.d from lspecall.c
2009 Aug 10
1
manipulating text to generate different formulas to use in nls()
Hello, In doing a series of non-linear estimations of a function which is a sum of a varying number of sinusoids, I would like to "autogenerate" the arguments needed by nls() depending on that number. For example, when there are two sinusoids: > nls( y ~ mu + A1 * cos(2*pi*f1*x - P1) + A2 * cos(2*pi*f2*x - P2), data = some.xy.data, start = list( mu=some.value0,
2005 Jul 11
2
Question about Polycom SoundPoint 500
Hi Folks; I just bought a Polycom SoundPoint 500 off of ebay after having spent way too much time trying to get updated sip images for our cisco phones. The phone I bought didn't have an AC power adapter; Could someone please tell me the volts & amps that the dc plug that comes with the phone puts out? Thanks! Mike
2013 Jan 07
5
Paging unit suggestions
We currently have an Asterisk system that is hooked up to our old paging speakers via sound card, plugged into two amps. Each amp drives up to 8 analog speakers in each warehouse (we have 2). Both warehouses are around 30k square feet. Both have a large number of printing presses. The computer system is that is running Asterisk is around 10 years old and starting to fail. I'm looking to
2010 Jul 22
3
POE Splitters
I've got an interesting situation where I have one cable run from the feed area to the service area. I have three devices that I need to power at the service area. Is anyone aware of a device that will take the POE from the cable run and then allow me to split it to two or three devices at the service end? When I search for splitter all I get are the injectors, but I figure someone has to
2005 Mar 10
2
Re: Paging using multiple sound cards
Why *wouldn't* I bother? Using $5-$10 sound cards would be a much cheaper, professional, and more permanent solution than having a couple hacked phones laying near the PA system. Just trying to keep the setup clutter and problem free, as well as as cheap as possible. I'm not a developer, but I don't think it'd be too much of a pain to program the console channel driver to provide
2008 Apr 02
1
FXS, Power and Sangoma
Hi I've a Sangoma A200D with 2FXO and 2FXS. When using it with only the FXO module, it's all good. But when I put in the FXS module and connect the power, logs tells me not enough power. > Mar 31 14:11:54 phone kernel: [ 4761.246931] wanpipe1: Module 1: > Failed to powerup within 600 ms (8V : 72V)! > Mar 31 14:11:54 phone kernel: [ 4761.246937] wanpipe1: Module 1: Did
2009 Jun 10
0
help with package "simsalabim"
I have attached a text file representing the centralized amplitude of a signal, sampled at 30Hz, whose length N = 6922 My goal is to remove the trend. I am using package "simsalabim". I ran command decompSSA with L = length(Amps)/5 The reason is that I have SSA/MTM toolkit running in Mac/OS. SSA/MTM documentation, relative to SSA, recommends that N/10 <= L <= N/5.
2016 Nov 23
4
Off-Topic: Travel Router and Firewall
On 11/23/2016 2:24 PM, Leon Fauster wrote: > DIY based onhttp://www.pcengines.ch/ hardware ... the APU2, which is their current generation board suitable for a router like this, requires 12VDC up to 1 amp, so tis not suitable for USB power (5V, up to 2.5 amp) unless you rig up a USB to 12V DC-DC converter. I do wonder how the OP plans on connecting his phone and/or tablet via ethernet to
2009 Nov 05
0
[LLVMdev] Debug Information for LLVM 2.6 and TOT
Hi John, On Thu, Nov 5, 2009 at 8:43 AM, John Criswell <criswell at uiuc.edu> wrote: > Does the debug facilities in LLVM TOT, at present, maintain information > better than LLVM 2.6 (i.e., if a front-end puts the debug information in, > will the optimizations not take it out)?  Does the information that the > llvm-gcc front-end adds comparable to what llvm-gcc in LLVM 2.6 does?
2005 Apr 01
2
about get stdout from other program
Dear all R-helper, if I want to use stdout from other language as my R program input ,which is the best way for design the API,using Pipe function or produce a temporary file,using scan function to read the file ? thanks Michael
2020 Jun 18
2
[PATCH v3 5/5] vhost: add an RPMsg API
On Thu, Jun 18, 2020 at 12:39:40PM +0200, Guennadi Liakhovetski wrote: > On Thu, Jun 18, 2020 at 11:33:24AM +0200, Vincent Whitchurch wrote: > > By the "normal rpmsg API" I mean register_rpmsg_driver(), rpmsg_send(), > > etc. That API is not tied to virtio in any way and there are other > > non-virtio backends for this API in the tree. So it seems quite natural
2020 Jun 18
2
[PATCH v3 5/5] vhost: add an RPMsg API
On Thu, Jun 18, 2020 at 12:39:40PM +0200, Guennadi Liakhovetski wrote: > On Thu, Jun 18, 2020 at 11:33:24AM +0200, Vincent Whitchurch wrote: > > By the "normal rpmsg API" I mean register_rpmsg_driver(), rpmsg_send(), > > etc. That API is not tied to virtio in any way and there are other > > non-virtio backends for this API in the tree. So it seems quite natural
2005 Jun 20
0
[patch 2/3] fs/ext3/resize.c: fix sparse warnings
An embedded and charset-unspecified text was scrubbed... Name: sparse-fs_ext3_resize.patch URL: <http://listman.redhat.com/archives/ext3-users/attachments/20050620/8e33ffa8/attachment.ksh>