search for: qut

Displaying 20 results from an estimated 56 matches for "qut".

Did you mean: but
2004 Jul 07
0
Permission denied (if57@student.qut.edu.au)
You have attempted to send a message to a list to which you are not authorised. Your message has been discarded. QUT Help Desk (Postmaster) helpdesk@qut.edu.au Ph: +61 7 3864 4000 --- Original Message --- Received: from mail-router01.qut.edu.au (IDENT:mirapoint@mail-router01.qut.edu.au [131.181.254.7]) by copperhead.qut.edu.au (8.11.6/8.11.6) with ESMTP id i678hKJ30761 for <if57@mail-list.qut.edu.au>; We...
2018 Mar 16
3
R project global options file
...ers, Adrian Adrian Friskin | Senior Technology Support Officer | Learning Environments - Labs Team | Learning Environments and Technology Services | Queensland University of Technology | Synergy Building Level 3 - LETS, 88 Musk Avenue, Kelvin Grove 4059 | ph +61 (07) 3138 3941 | adrian.friskin at qut.edu.au<mailto:adrian.friskin at qut.edu.au> | CRICOS No 00213J [[alternative HTML version deleted]]
2002 May 26
2
Tru64 Samba queue display problem
Hi, I'm having problems with the queue on a Tru64 box running Samba 2.2.4. When the queue is viewed from a client machine it displays a print job with fields equivalent to the first line the lpq command outputs. For example, lpq returns: # lpq -P itsgp_css1 crow.qut.edu.au: Tue May 14 09:23:54 2002: no entries Then if I get on a client machine (Win2k) and look at the queue there is a single job as follows: Document Name Status Owner Pages 11:22:41 May So, samba seems to be passing that first line of the lpq output to the client...
2018 Mar 17
0
R project global options file
> On Mar 15, 2018, at 10:24 PM, Adrian Friskin <adrian.friskin at qut.edu.au> wrote: > > Hello R-help, > I currently have R-project 3.4.2 and R-studio 1.1.383 installed on some of our universities computer labs. Since the installation of Visual studio the default version of R installed has changed to the version installed by VS. U...
2011 Jun 30
4
aggregating data
...corresponding to each gene in the wide format. Thanks in advance Max Maxy Mariasegaram| Reserach Fellow | Australian Prostate Cancer Research Centre| Level 1, Building 33 | Princess Alexandra Hospital | 199 Ipswich Road, Brisbane QLD 4102 Australia | t: 07 3176 3073| f: 07 3176 7440 | e: mariaseg@qut.edu.au [[alternative HTML version deleted]]
1995 Sep 26
0
GPM Modula-2 and Oberon-2 Compilers
GPM Modula-2 and Oberon-2 Compilers File locations: ftp.fit.qut.edu.au:/pub/gpm ftp.psg.com:/pub/modula-2/gpm WEB Site: http://www.fit.qut.edu.au/CompSci/PLAS/GPM/ The Gardens Point Modula (GPM) compilers are an ongoing development project for the Programming Languages and Systems Group in the Faculty of Information Technology at the Queensland Uni...
2003 May 22
1
Re: dates in chron package, split warning message
...4),c(1,1,2,3)) # Which does what I want it to do. > > > > and no warning messages were given in Splus6 for example? > > > > > > > **************************************************************************** > > ********** > > > > Steve Su (s.su at qut.edu.au) > > PhD student. > > > > School of Accountancy > > School of Mathematical Sciences > > Queensland University of Technology > > > > Postal Address: Steve Su, School of Accountancy, QUT, PO Box 2434, > > Brisbane, > > Queensland, Aus...
2006 Oct 06
2
Stopping ctrl-\ from qutting R
Hi, In the Linux (FC3) version of R, ctrl-\ quits R. This wouldn't be so bad, but on my keyboard, it's right next to ctrl-p and I tend to hit it by accident. Is there any way to turn that off? Best, Martin
2003 May 21
1
inspect now available?
...s a similar function to inspect in Splus? Someone post this question in 1999 and the answer was no, and I am wondering if this function has been developed in 2003? Thanks for your attention. ************************************************************************************** Steve Su (s.su@qut.edu.au) PhD student. School of Accountancy School of Mathematical Sciences Queensland University of Technology Postal Address: Steve Su, School of Accountancy, QUT, PO Box 2434, Brisbane, Queensland, Australia, 4000. Phone: +61 7 3864 2017 Fax: +61 7 3864 1812...
2005 Jul 21
1
cut in R
...de = as.logical(include.lowest), naok = TRUE, NAOK = TRUE, DUP = FALSE, PACKAGE = "base")$code if (codes.only) code else factor(code, seq(labels), labels) } ************************************************************************************** Steve Su (s.su@qut.edu.au) Postdoctoral fellow Faculty of Business Queensland University of Technology Postal Address: Steve Su, School of Accountancy, QUT, PO Box 2434, Brisbane, Queensland, Australia, 4001. CRICOS No. 00213J Phone: +61 7 3864 4357 Fax: +61 7 3864 1812 Mobile: 04...
2004 May 24
1
yeardays
Dear All, Is there a R (Windows) equivalent of yeardays in Splus 6.0 for Windows? I am using XP. ************************************************************************************** Steve Su (s.su@qut.edu.au) PhD student. School of Accountancy Queensland University of Technology Postal Address: Steve Su, School of Accountancy, QUT, PO Box 2434, Brisbane, Queensland, Australia, 4001. Phone: +61 7 3864 2017 Fax: +61 7 3864 1812 Mobile: 0421 840 586 ....
2005 Jul 20
2
Turning off return warning messages.
Dear All, Is there a way I can turn off the following warning message for using multi-argument returns? multi-argument returns are deprecated in: return(p1, p2, p3, p4) Steve. ************************************************************************************** Steve Su (s.su@qut.edu.au) Postdoctoral fellow Faculty of Business Queensland University of Technology Postal Address: Steve Su, School of Accountancy, QUT, PO Box 2434, Brisbane, Queensland, Australia, 4001. CRICOS No. 00213J Phone: +61 7 3864 4357 Fax: +61 7 3864 1812 Mobile: 04...
2004 Sep 05
1
Biased calculations from using rmultinom?
Dear R users, This is a problem that has puzzled me for quite some time, and I wonder if anyone could offer me an insight to what is happening? I generated a multinomial matrix by using A<-rmultinom(100,1,c(0.4,0.3,0.2,0.1), and multiply this matrix by a set of values say B<-runif(n,100,50). I then calculate var(colSums(A*B)). I was able to work out the theoretical mean of
2010 Nov 24
1
how to make R overlook string character
...t recognise 3'UTR as one search string? If instead I had new2<-sqldf("select * from upanddown where blockType IN('exon') ") then it works like a charm since there are no confusing symbols in search string "exon". Thanks in advance for all your help. Regards Max QUT/ Australia p.s I would be grateful for any suggestions for data filtering in R -- View this message in context: http://r.789695.n4.nabble.com/how-to-make-R-overlook-string-character-tp3056653p3056653.html Sent from the R help mailing list archive at Nabble.com.
1998 Nov 19
2
Re: ESS & R data import problems
...I can't find help on this in ESS documentation or in R documentation. Could someone please remind me how this is done. ------------------------------------ | Robert Denham | | School of Mathematical Sciences | | Queensland University of Technology | | denham at fsc.qut.edu.au | ------------------------------------ ---------- Forwarded message ---------- Date: Thu, 19 Nov 1998 21:37:11 +0100 From: Ulf Mehlig <umehlig at uni-bremen.de> To: r-help at stat.math.ethz.ch Subject: [R] Re: R data import problems Was a FAQ, 'f course ... &quot...
2007 Jul 09
5
guest domain couldn''t be started
Hi, I install a guest Fedora inside the host Fedora. When I use the service xend status to check the status of xend. It shows xend is running. However when I use xm create xen1 to start the guest domain xen1, it failed. The corresponding file xen1 is in /etc/xen/xen1. The error msg is as follows: [root@phillis xen]# xm create xen1 Using config file "./xen1". Going to boot Fedora
1998 May 08
0
R-beta: problems compiling R 0.61.2 on silicon graphics
Hi Computing services here at QUT are trying to compile R0.61.2 for me on a silicon graphics computer running IRIX Release 6.2 IP25 and gcc. %gcc -v Reading specs from /usr/gnu/lib/gcc-lib/mips-sgi-irix5.3/2.7.2.2/specs gcc version 2.7.2.2 %perl -v This is perl, version 5.004_04 built for irix Basically, it was impossible for me e...
2001 May 14
0
Re: s+
...e a Windows user, you may want to take a look at the R for Windows trick that I wrote: http://www.stat.auckland.ac.nz/~kwan022/pub/R/RTricks.zip Cheers, Ko-Kang Kevin Wang > From: lisa bergmeier <lisab at start.com.au> > Date: Mon, 14 May 2001 12:21:59 +1000 > To: "anzstat at qut.edu.au" <anzstat at qut.edu.au> > Subject: s+ > > Can anyone please tell me where I can get a copy of SPSS or S+ need as > urgently as possible. I heard that it also comes under another name > R....(something) > > You help would be appreciated > > Lisa >...
2002 May 29
1
Shared dir permissions problems
...setting in the samba conf file. Any leads would be very much appreciated. We had a look through the recent archives and found some items hinting at the issue - but I am having trouble matching this with our situation. Cheers, and TIA, Jonathan Clark --------- Jonathan Clark Associate Lecturer - QUT-Kelvin Grove - School of Mathematics, Science and Technology ACCE Professional Associate Try canoeing - it's good for you: www.teachers.ash.org.au/jclark/bc Remember: A nod's as good as a wink to a blind bat!
1999 May 05
1
mathematical expressions in main
...where phi and sigma are greek symbols. Instead of \phi=2\sigma I get \phi=true\sigma as true is taken as a text string - not a variable. Any help much appreciated Thanks Peter Baker ========================================================================= || Peter Baker email: p.baker at fsc.qut.edu.au ph: 07 3864 1293 (W) || || Mail: School of Mathematics, Queensland University || || of Technology, GPO Box 2434, Brisbane QLD 4001 || ========================================================================= -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-...