search for: calum

Displaying 20 results from an estimated 49 matches for "calum".

Did you mean: alum
2023 Dec 30
2
Help request: Parsing docx files for key words and appending to a spreadsheet
Hi Eric Thanks for that. That seems to fix one problem (the lack of a separator), but introduces a new one when I complete the function Calum proposed:Error in docx_summary() : argument "x" is missing, with no default The whole code so far looks like this: # Load libraries library(tcltk) library(tidyverse) library(officer) filepath <- setwd(tk_choose.dir()) filename <- "Now they want us to charge our electric c...
2004 Jun 28
1
Disappointed
...ect a reply, but communities are usually fairly helpful). It might be really obvious to you guys, but if you have not a lot of experience with ISDN/PBXs, it's hard to understand. I'm going to unsubscribe, so if anyone feels that they can help me out, please reply to my email address. ( calum dot asterisk **at** umtstrial dot c o dot u k ) Does this card work/can it be made to work with Asterisk? lspci: 07:06.0 Network controller: Eicon Technology Corporation DIVA Server PRI-30M 2.0 Can I establish 2 outbound calls with it, and conference them together? Thanks once again. Don't...
2007 Apr 17
1
[LLVMdev] LLVM Developers' Meeting
Hi, Although not a developer, we are interested in understanding the direction and so I would like to attend. Regards Calum -- Calum Wilkie Microchip Technology, Compiler group +1 480 792 7114
2023 Dec 30
1
Help request: Parsing docx files for key words and appending to a spreadsheet
full_filename <- paste(filepath, filename,sep="/") On Sat, Dec 30, 2023 at 1:45?PM Andy <phaedrusv at gmail.com> wrote: > Thanks Ivan and Calum > > I continue to appreciate your support. > > Calum, I entered the code snippet you provided, and it returns 'file > missing'. Looking at this, while the object 'full_filename' exists, what > is happening is that the path from getwd() is being appended to the >...
2011 Oct 31
5
Kaplan Meier - not for dates
...many of whom are still on treatment and so are censored. I can do the same sort of analysis for a survival curve and get the median survival... ...but can I just use the survival curve functions to plot an X axis that is $ rather than date? If not is there some other way to achieve this? Thanks Calum ******************************************************************************************************************** This message may contain confidential information. If yo...{{dropped:21}}
2023 Dec 30
1
Help request: Parsing docx files for key words and appending to a spreadsheet
Thanks Ivan and Calum I continue to appreciate your support. Calum, I entered the code snippet you provided, and it returns 'file missing'. Looking at this, while the object 'full_filename' exists, what is happening is that the path from getwd() is being appended to the title of the article, but wit...
2009 Aug 19
3
PowerCut Killed R - is my code retrievable?
...e or anything - but it was code I tweaked over several stages as I'm new to R and so it was part of my learning process. Also - is there a better way for the future? I know some people use IDE's but is that for serious programming or for building a small function and tweaking it? Thanks Calum ******************************************************************************************************************** This message may contain confidential information. If yo...{{dropped:21}}
2018 Oct 03
2
Non-matching linkedid on CDR Records [SEC=UNCLASSIFIED]
...cs that it takes to connect the call legs (over a satellite connection) so I could probably 'guess' that these two are the same call, however for billing purposes this is not accurate enough. Can someone shed some light on why the linkedid is not being shared between IAX channels? Cheers, Calum ___________________________________________________________________________ Australian Antarctic Division - Commonwealth of Australia IMPORTANT: This transmission is intended for the addressee only. If you are not the intended recipient, you are notified that use or dissemination of this com...
2010 May 25
1
Non-unique Values
I might be missing something really obvious, but is there an easy way to locate all non-unique values in a data frame? Example mydata <- numeric() mydata$id <- 0:8 mydata$unique <- c(1:5, 1:4) mydata$result <- c(1:3, 1:3, 1:3) > mydata $id [1] 0 1 2 3 4 5 6 7 8 $unique [1] 1 2 3 4 5 1 2 3 4 $result [1] 1 2 3 1 2 3 1 2 3 What I want to to be able to get some form of data output
2023 Dec 30
3
Help request: Parsing docx files for key words and appending to a spreadsheet
...Results in this error now:Error in x$doc_obj : $ operator is invalid for atomic vectors Thank you. On 30/12/2023 12:12, Andy wrote: > Hi Eric > > Thanks for that. That seems to fix one problem (the lack of a > separator), but introduces a new one when I complete the function > Calum proposed:Error in docx_summary() : argument "x" is missing, with > no default > > The whole code so far looks like this: > > > # Load libraries > library(tcltk) > library(tidyverse) > library(officer) > > filepath <- setwd(tk_choose.dir()) > > fi...
2005 Sep 13
1
Dual INBOX Locations
...39; inbox in MBOX format * If the above fails, serve the user an inbox from a secondary location, in MAILDIR format. I have read up on Namespaces, however I can't seem to get this to work - login just fails when Dovecot cannot find the inbox in default_mail_env Any advice, anyone? :) Thanks, Calum -- Calum Power Systems Administrator Server101 Pty. Ltd. Fast, Reliable Web Hosting!
2018 Oct 08
3
Non-matching linkedid on CDR Records [SEC=UNCLASSIFIED]
...ogling trying to find out how to do this... I found the solution to my problem to be to use the IAXVAR() function to pass the accountcode between the Asterisk boxen and update the CHANNEL(accountcode) with that variable. Thanks to Richard @ Digium for the reply that clarified my misunderstanding. Calum On Wed, 2018-10-03 at 07:33 -0500, Richard Mudgett wrote: On Wed, Oct 3, 2018 at 12:20 AM Calum Power <Calum.Power at aad.gov.au<mailto:Calum.Power at aad.gov.au>> wrote: Hi asterisk-users, We have recently moved to the 13.x branch of Asterisk from 11.x, and we're trying to corr...
2010 Feb 21
1
odfWeave - merged table cells, and adding information like totals and p-values
...s? I'm thinking that we often put crude numbers in and (%) in brackets, or CIs etc - so my exported table would not ideally be pure numbers. - As a p value usually links two columns I might have expected to use a merged cell which again brings me back to my original question ;-) Thanks Calum Polwart BSc(Hons) MSc MRPharmS SP IP Network Pharmacist - North of England Cancer Network and Pharmacy Clinical Team Manager (Cancer & Aseptic Services) - County Durham & Darlington NHS Foundation Trust ***************************************************************************************...
2023 Dec 29
1
Help request: Parsing docx files for key words and appending to a spreadsheet
help(read_docx) says that the function only imports one docx file. In > order to read multiple files, use a for loop or the lapply function. > I told you people will suggest better ways to loop!! > > docx_summary(read_docx("Now they want us to charge our electric cars > from litter bins.docx")) should work. > Ivan thanks for spotting my fail! Since the OP is new to
2013 Apr 29
3
Comparing two different 'survival' events for the same subject using survdiff?
I have a dataset which for the sake of simplicity has two endpoints. We would like to test if two different end-points have the same eventual meaning. To try and take an example that people might understand better: Lets assume we had a group of subjects who all received a treatment. The could stop treatment for any reason (side effects, treatment stops working etc). Getting that data is very
2009 Dec 18
1
?OT: Probabilistic Simulation
...s a MonteCarlo simulation of probability. And this is where I go off topic! Am I right? I know its off topic - so what I'd like to know is can someone point me to where I can find out? Then if it is a monte-carlo can someone point me to a good description of how to get R to model this? Ta Calum ******************************************************************************************************************** This message may contain confidential information. If yo...{{dropped:21}}
2004 Jun 25
0
Bridging two calls together with Eicon card - help please :)
...with Asterisk, and b:, if it is possible to make Asterisk initiate 2 outgoing voice calls, which it conferences together. Unfortunately I only have binary drivers for the Eicon card ( gah ). I am not a PBX expert, but am pretty handy with Linux, and can get my hands dirty with C if necessary. Calum -- Random russian saying: One does not look for good when he is well. jabber: jcalum@umtstrial.co.uk pgp: http://gk.umtstrial.co.uk/~calum/keys.php Linux 2.6.5-gentoo 09:32:07 up 16 days, 22:00, 1 user, load average: 0.27, 0.18, 0.11
2009 Aug 06
1
Using 'field names' of a data.frame in a function
I may be doing this wrong! but I have a function which I have simplified a lot below. I want to pass some 'field names' of a data-frame to the function for it to then do some manipulation of. Here's my code: #build a simple dataset mydataset = data.frame (
2009 Jul 28
5
Summarising Data for Forrest Plots
I tried to post this a few times last week and it seems to have got stuck somehow so I'm trying from a different email in the hope that works. If somehow this has appeared on the list 20 tiems and I never saw any of them I apologize ;-) I'm basically an R-newbie. But I am VERY computer literate. But this has me stumped... All the examples for using the rmeta package to create a
2009 Sep 08
1
Obtaining value of median survival for survfit function to use in calculation
...abline(h=0.5, lty=5) abline(v=lung.byPS$median[ph.ecog=1]) abline(v=lung.byPS$median[ph.ecog=2]) Anyone got any easy solutions? Its fairly normal to plot across and down to show medians on survival curves... so I'm sure it must be possible to automate. Ta Calum ******************************************************************************************************************** This message may contain confidential information. If yo...{{dropped:21}}