similar to: Need help on a R script part

Displaying 20 results from an estimated 400 matches similar to: "Need help on a R script part"

2007 Jul 16
1
Problem building R with Sun Studio Compiler
I would like to Build R-2.5.1 on OpenSUSE 10.2 using the SunStudio 12 compilers(http://developers.sun.com/sunstudio/index.jsp) R builds and passes make check fine without optimising. However, when I try to compile with optimisation turned on (-fast) the build gets stuck in an infinite loop at the following point: Sun_Studio/sunstudio12/bin/cc -m64 -shared -Kpic -m64 -fPIC -o grDevices.so
2007 Nov 21
6
Compiling issue on x86!
Hi thanks for your posts so far. Since what I had assumed was a 32 bit kernel which I compiled didn''t work, I religiously set out on compiling a 64 bit version as my system is currently booted in 64 bit mode. I installed SUNStudio12 on the system and set the SPRO_VROOT to point towards it and when I do a make all in usr/src directory, I get the following error when make cwds and runs in
2007 Aug 09
8
Dtrace - Segmentation Fault
After building and bfu''in the lastest ON build, any time I run a dtrace script I get a Seg Fault. Is there a dtrace for dtrace :) Doug root at prae> dtrace -n ''syscall::open*:entry { printf("%s %s",execname,copyinstr(arg0)); }'' Segmentation Fault (core dumped) root at prae> pstack core core ''core'' of 101364: dtrace -n
2011 Nov 14
1
Subset of a subset?
Hi All- I have created a subset of my original csv for the times I am interested in (9, 12, 3). I have a subset for all of those times then each individually. I would like to have specific case studies to analyze individually for those times. For example, I want to look at 2009/06/01-2009/06/10. Is the easiest way to created a subset of ss? I haven't been able to figure out the easiest way
2007 Mar 28
1
Problem with adding packages to default start-up list
After reading the help files (?Startup) and using RSiteSearch("defaultPackages"), I have been trying to add several packages to my default startup list using the following code: local({ old<-getOption("defaultPackages") options(defaultPackages=c(old,"lattice","RODBC") }) Subsequently, when I query the default list using:
2006 May 18
2
Incomplete Output from lmer{lme4}
I'm still relatively new to R, so my apologies if this is covered somewhere. I've been running some mixed-effect models in R using lme{nlme}, but read in Faraway's recent book, Extending the Linear Model with R, that lmer in package lme4 is a much improved version. I tried using this approach, but the output for the fixed effects doesn't report a p-value or the degrees of freedom
2005 May 07
5
Good NAT Pnp Hardphone
Hello All, I am looking for a sip phone that is capable of automatic nat. The Cisco ata186 for example works fine for natting with iconnecthere, but as for asterisk, both my 7960 and polycom ip600 require you to set the nat ip on the tftp. Does anyone know a good phone (or ata) that can do this automatically? For example, I want to give a phone to my brother, who is going to europe. His ICH
2005 May 17
3
Guest
Guys. What do I need to configure in order to let my Asterisk receive calls from sip phones, etc not registered with my server on my extension? For example, let people use their asterisks or sip phones to call blah111@server.com?
2006 Mar 27
1
Missing Argument in optim()
Hello everybody, i already searched the archieves, but i still don't know what is wrong in my implementation, mybe anybody coud give me some advice ll1<-function(rho,theta,beta1,beta2,beta3,beta4,t,Szenariosw5,Testfaellew5,X1,X2) { n<-length(t) t<-cumsum(t) tn<-t[length(t)] Szenn<-Szenariosw5[length(Szenariosw5)]
2010 Aug 30
4
memdisk operations FAIL to boot with Syslinux-4.02
Hello all I have installed "syslinux" as follows: Microsoft(R) Windows 98 (C)Copyright Microsoft Corp 1981-1999. C:\WINDOWS>format o: /s C:\WINDOWS>format o: /s WARNING, ALL DATA ON DISK DRIVE O: WILL BE LOST! Proceed with Format (Y/N)?y Checking existing disk format. Formatting 967.98M Format complete. System transferred Volume label (11 characters, ENTER for none)?
2005 May 17
1
One * server unavailable when multiple servers connected together
Hello. I was just brainstorming for a future project and was hoping to get some creative ideas from the list. If I have multiple * servers at multiple locations all connected together with a nicely partitioned dialplan (2XX for office 1, 3XX for office 2, etc.) it's pretty straightforward to link them all using IAX and allow intra-office transfers. Further, servers at each location are
2005 May 07
2
Inexpensive FAX and 800 Number retail service
Greetings All, I have a number of projects in the works at the moment and for one of them, I need to locate an inexpensive and reliable service that can provide small-office virtual services: 1. FAX to Email 2. Toll Free number with voicemail boxes for Tech Support, Billing Inquiries, Customer Service, Abuse Reporting, etc... I have been looking all over the Internet and there seem to be a LOT
2005 May 12
1
Re: Headset for Cisco 7960?
I have seen on eBay adapters for Cisco 7940/7960 phones, to use cell phone headsets. They were about 12-15$. I think original manufacturere was at http://www.ciscoheadsetadapter.com. >Started a Wiki page here: > > http://www.voip-info.org/wiki-Cisco+Phone+Headsets > > >Jim > >James H. Thompson >jht at lava.net > > ----- Original Message ----- > From:
2005 May 25
1
astcc no billed cost
Can anyone please help with an astcc problem. I just got it going, but "billed cost" stays 0. The test route is setup with "Inc. Seconds" = 6 and "Cost per additional minute" = 10000. What can the problem be? -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.322 / Virus Database: 266.11.16 - Release Date: 24/05/2005
2005 Jun 15
1
Gnet Phones
I have been hearing a lot about the new Gnet SIP phones. Is anyone using them? How do they perform? Sean
2005 Jun 15
2
terminating DID to FWD
Is it possible to terminate (or forward) lets say 800 DID number to FWD number. -- #Joseph
2005 Jul 11
1
OT- USA reseller list required
I've got a project where I need to sell a voip QOS product from Australia to US resellers. I don't suppose anyone here knows where I can find a list of a whole heap of US resellers do you in either VOIP or IP space? Regards, Dean Collins Cognation Pty Ltd dean@cognation.net +1-212-203-4357 +61-2-8307-3503 (Sydney in-dial) -------------- next part -------------- An
2005 Jul 07
1
multivariate regression using R
Does anyone know if there is a way to run multivariate linear regression in R? I tried using the lm function (e.g., lm(dv1, dv2~iv1+iv2+iv3), but got error messages. Is my syntax wrong, or do I need a particular package? Thanks, Jeff-- ________________________________________________________ Jeffrey J. Lusk, Ph.D. Postdoctoral Research Associate Department of Forestry &
2005 May 18
3
connecting a sipura sip device to asterisk before dialing any digits
I would like the ability for a sipura sip device to instantly connect to an asterisk server as soon as the sipura sip device goes offhook and before any digits are pressed. This way asterisk can provide the dialtone and the dialplan. This also allows me to play a greeting to the phone before giving them a dialtone. Is there any way to do this, like possibly having the sipura device dial a
2004 Apr 07
2
Memdisk
Memdisk 2.08 cannot boot an XP boot floppy image (XP appears to use WinME boot files for its bootable floppy). For example: http://members.iinet.net.au/~bdriver/bootdisk/download.htm This disk will not boot with Memdisk (Memdisk starts to load the image and then hangs). I'm using Bart's tools to build a boot CD: http://www.nu2.nu/corpmodboot/ Which uses Isolinux and Memdisk.