similar to: Make R 'Beep'

Displaying 20 results from an estimated 4000 matches similar to: "Make R 'Beep'"

2011 Sep 16
3
Help writing basic loop
Hello, I would like to write a loop to 1) run 100 linear regressions, and 2) compile the slopes of all regression into one vector. Sample input data are: y1<-rnorm(100, mean=0.01, sd=0.001) y2<-rnorm(100, mean=0.1, sd=0.01) x<-(c(10,400)) #I have gotten this far with the loop for (i in 1:100) { #create the linear model for each data set model1<-lm(c(y1[i],y2[i])~x)
2011 Apr 13
1
print to .jpeg
Evening folks, I'm trying to print a series of graphs to .jpeg using a variable as the title, but run into the difficultly that I can't find a way to append the file extension to the .jpeg (in this case extensionless!) files. Example: ---- species.name="CussoniaHolstii" dia<-10:100 biomass = -21.4863 + 0.5797 * (dia ^ 2) biomass jpeg(species.name) plot (biomass,
2011 Jun 20
1
Quick R syntax question
Hi -- I had a pretty quick R question since unfortunately I have not been able to find an answer on Google. It shouldn't take much more than a minute to answer. I'm trying to add up the major gleason grade and minor gleason grade for an analysis of patients with prostate cancer. One column has values under "Major Gleason" and another column has values under "Minor
2011 Dec 01
2
R endnote entry
I know citation() gives the R citation to be used in publications. Has anyone put this into endnote nicely? I'm not very experienced with endnote, and the way I have it at the momeny the 'R Development Core Team' becomes R. D. C. T. etc. Cheers.
2011 Sep 01
2
Help with creating date as POSIXct
Dear list, I want to create a POSIX time vector as follows: day <- as.character("110809") time.t <- 1:3600 t.min <- time.t %/% 60 t.sec <- time.t-t.min*60 DATE <- as.POSIXct(strptime(paste(day,t.min,t.sec),"%y%m%d %M%S")) Tail(DATE) The problem is that the last element (3600) returns a NA and I don't understand why. 600, 1200, 2400
2011 Sep 22
2
How to adjust the y-axis range in barplot properly
Hello R-Users, it might be a rather simple problem I have, but I couldn't find any solution online. Thus, here is my problem: I would like to adjust the y-axis range in a barplot, since all my values are >70. Therefore I would like to only visualize the y-axis from 60-100 (example 1). The problem is, the range of the y-axis is adjusted, but the barsize stays the same and vanishes from
2011 Sep 08
2
help subsetting data based on date AND time
Dear R Community, I am new to R, and have a question that I suspect may be quite simple but is proving a formidable roadblock for me. I have a large data set that includes water-quality measurements collected over many 24-hour periods. The date and time of sample collection are in a combined Date/Time field in the format yyyy-mm-dd hh:mm:ss. I need to be able to subset the data for analysis of
2005 Dec 22
3
snom Firmware 5.0.
Hi, Snom phones firmware 5.0 is now out. Try it if you like: http://www.snom.com/wiki/index.php/Main_Page. Regards, --------------------------------------------------------------------- Usman Tahir snom technology AG www.snom.com --------------------------------------------------------------------- -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 Jan 06
1
Re: Lingoes 2
dimesio wrote: > > durammx wrote: > > Hi all! > > I trying to run this program (http://appdb.winehq.org/objectManager.php?sClass=version&iId=17469) but I'm a really noob on wine. :? > > Can a big master of wine test? > > > > Also posted a bug (http://bugs.winehq.org/show_bug.cgi?id=19678) on bugzilla. > > > > Hope I did it well. >
2010 May 19
3
5.5 ISO size vs RHEL
Hi We use CentOS and RHEL, the 5.5 RHEL ISO for x86_64 is 3.7GB (**), the CentOS one is 4602MB (***) split over two DVDs. Is this reasonable and correct? Any ideas why would there be such a discrepancy if they are built from the same (or very similar) source? Regards Anthony Caetano ** the md5sum checks out, and RHN lists the size as 3,532 MB *** CentOS-5.5-x86_64-bin-DVD-1of2.iso +
2007 Mar 19
2
GNU Telephony Centos repository
The Gnu Telephony site: http://wiki.gnutelephony.org Has a Centos repo: http://dist.gnutelephony.org/RPMS/ But I caught some text stating that this is for Centos 4.2. Is it really? Is there a difference; i.e. would it be safe to install these on Centos 4.4? Really I am after Twinkle, and it seems there is a lot you need to actually get Twinkle installed...
2012 Aug 20
1
Digium Phones
I have been looking for the specs (format, bit rate, ect) on custom ringtones for digium phones. Using the DPMA how would I deliver the ringtone to a digium phone? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20120820/cb4927d0/attachment.htm>
2013 Jul 22
2
Set ringtone by dialed number
Would it be possible to set the ringtone based on the number that was dialed? Example of what the goal is: Dial Denver number Incoming calls ring with ringtone 1 Dial main number Incoming calls ring with ringtone 2 We are currently using Digium D40, D50, D70 phones. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Jun 23
1
SIP 482 Loop detected
-- Executing [0473775006 at intern:1] NoOp("SIP/twinkle-088e6ea8", "conversation to GSM") in new stack -- Executing [0473775006 at intern:2] Dial("SIP/twinkle-088e6ea8", "SIP/3starsnet/0473775006") in new stack -- Called 3starsnet/0473775006 -- Got SIP response 482 "Loop Detected" back from 85.119.188.3 -- Now forwarding
2012 Jul 26
4
Variables in a Tabular form. easily saved in a txt file
Dear all, I would like to save few variable-names with their values in a tabular form, with that I mean that files can be printed easily in R in a tabular form and also saved in a ascii file that when one opens it see also the variables in a nice tabular format. IS that possible? Below a small example of how should look results in R and in a txt file.              Postal Code | Superb
2005 Sep 22
12
custom ring tone
Few weeks back local telco introduced option of custom ring tones. I am not talking about your phone ring tones but about ring tones you hear in your headset while phone is ringing on the other end. If I understand correctly, ringing tone is generated localy on asterisk if you are connected to phone network with E1/T1 connection. Which means that instead of regular beep-beep tone we could send
2012 Jan 03
2
dialplan -> dial command -> custom ringtone
i could add "r" option in dial command. this will generate a ringtone during connection. could i change this default ringtone? i tried indications.conf but not success. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20120103/77a4d48f/attachment.htm>
2011 Jun 27
4
Standards for delivery of GPL software in CRAN packages
I wondered if there were standard practices in CRAN for delivery of R source implementing functions in R packages. I has encountered a couple of packages where the gzipped version of source contains very little, primarily the Help files describing the functions in the package. In some cases I can find the source as the value of the function name. Given that these packages are released as GPL,
2009 Jan 21
1
error installing Twinkle - libresolv.so.2(GLIBC_PRIVATE)
Hello, I have an error while try to install twinkle: # yum install twinkle [...] Resolving Dependencies --> Running transaction check ---> Package twinkle.i386 0:1.2-1.el5.rf set to be updated --> Processing Dependency: libresolv.so.2(GLIBC_PRIVATE) for package: twinkle --> Finished Dependency Resolution Error: Missing Dependency: libresolv.so.2(GLIBC_PRIVATE) is needed by package
2020 Mar 27
3
Centos 8 minimal install
On Thu, 26 Mar, 2020 at 18:39:56 -0600, R C wrote: > well,? sorry,? I thought it was somewhat "self-explaining", since that > terminology was used up until Centos 7 (see > > links), andof course I meant the official download page. > > > minimal: as in approx 3Gb or so that fits on a regular 4-5Gb rewritable DVD > as with Centos 7 > > download from :