search for: pdunn2

Displaying 10 results from an estimated 10 matches for "pdunn2".

2009 Apr 24
2
Error building package: LaTeX error when creating PDF version
Hi all I am trying to build an R package, which I have successfully done many times before, but have an error I cannot trace. I hope someone can help me. Here's is some edited output (full output below if it is useful): pdunn2 at PDunnUbuntu:~/DSdata$ R CMD build GLMsData * checking for file 'GLMsData/DESCRIPTION' ... OK * preparing 'GLMsData': * checking DESCRIPTION meta-information ... OK * removing junk files * checking for LF line-endings in source and make files * checking for empty or unneeded direc...
2009 Jan 28
2
OT: Adding verbatim R code text into LaTeX documents: texttt; verb or url?
...s are easily adopted. If no easy solutions exist or emerge, I'm happy to run with \url. Thanks again. P. Peter Dunn Biostatistician School of Health and Sport Science Faculty of Science, Health and Education University of the Sunshine Coast Tel: +61 7 5456 5085 Fax: +61 7 5430 2896 Email: pdunn2 at usc.edu.au www.usc.edu.au CRICOS Provider Number: 01595D This communication is intended for the recipient only and should not be forwarded, distributed or otherwise read by others without express permission. The views expressed in this email are not necessarily those of the University of the...
2009 Aug 19
3
Sweave output from print.summary.glm is too wide
...e (and not attached): [1] tools_2.9.0 > Peter Dunn: Biostatistician School of Health and Sport Science Faculty of Science, Health and Education ML-34 University of the Sunshine Coast, Locked Bag 4 Maroochydore DC Qld 4558 Tel: +61 7 5456 5085 Fax: +61 7 5430 2896 Email: pdunn2@usc.edu.au www.usc.edu.au ( http://www.usc.edu.au/ ) CRICOS Provider Number: 01595D This communication is intended for the recipient only and should not be forwarded, distributed or otherwise read by others without express permission. The views expressed in this email are not necessarily those o...
2009 Aug 20
0
Sweave truncation
...y. > >P. > >Peter Dunn: Biostatistician >School of Health and Sport Science >Faculty of Science, Health and Education ML-34 >University of the Sunshine Coast, Locked Bag 4 >Maroochydore DC Qld 4558 > >Tel: +61 7 5456 5085 >Fax: +61 7 5430 2896 >Email: <mailto:pdunn2@usc.edu.au>pdunn2@usc.edu.au >www.usc.edu.au > > > >>> Ken Knoblauch <ken.knoblauch@inserm.fr> 19/08/2009 7:56 pm >>> >perhaps, strtrim > >-- >Ken Knoblauch >Inserm U846 >Stem-cell and Brain Research Institute >Department of Integrative Ne...
2010 Aug 26
3
Using termplot() with transformations of x
...grDevices utils datasets methods base Peter Dunn: Biostatistician (Room T4.12) School of Health and Sport Science Faculty of Science, Health and Education ML-34 University of the Sunshine Coast, Locked Bag 4 Maroochydore DC Qld 4558 Tel: +61 7 5456 5085 Fax: +61 7 5430 2896 Email: pdunn2 at usc.edu.au www.usc.edu.au CRICOS Provider Number: 01595D This communication is intended for the recipient only and should not be forwarded, distributed or otherwise read by others without express permission. The views expressed in this email are not necessarily those of the University of the Su...
2008 Nov 11
1
Citing R in journal articles (or the failure to)
...e such as SAS. What is the logic behind this? What can be done about it? That makes me quite angry... P. Peter Dunn Biostatistician School of Health and Sport Science Faculty of Science, Health and Education University of the Sunshine Coast Tel: +61 7 5456 5085 Fax: +61 7 5430 2896 Email: pdunn2 at usc.edu.au www.usc.edu.au Peter Dunn Biostatistician School of Health and Sport Science Faculty of Science, Health and Education University of the Sunshine Coast Tel: +61 7 5456 5085 Fax: +61 7 5430 2896 Email: pdunn2 at usc.edu.au www.usc.edu.au CRICOS Provider Number: 01595D This commun...
2008 Nov 12
1
Understanding glm family documentation: dev.resids
...ntly, but others may disagree.) Of course, I could be way off track. I would appreciate enlightenment. P. Peter Dunn Biostatistician School of Health and Sport Science Faculty of Science, Health and Education University of the Sunshine Coast Tel: +61 7 5456 5085 Fax: +61 7 5430 2896 Email: pdunn2 at usc.edu.au www.usc.edu.au CRICOS Provider Number: 01595D This communication is intended for the recipient only and should not be forwarded, distributed or otherwise read by others without express permission. The views expressed in this email are not necessarily those of the University of the...
2012 Sep 11
2
.NAME in .Fortran
...x86_64-apple-darwin9.8.0/x86_64 (64-bit) locale: [1] en_AU.UTF-8/en_AU.UTF-8/en_AU.UTF-8/C/en_AU.UTF-8/en_AU.UTF-8 attached base packages: [1] stats graphics grDevices utils datasets methods base The output from R CMD check: R CMD check tweedie * using log directory '/Users/pdunn2/Documents/SharedFiles/pkd/Research/Rlibraries/tweedie/tweedi e.Rcheck' * using R version 2.15.1 (2012-06-22) * using platform: x86_64-apple-darwin9.8.0 (64-bit) * using session charset: UTF-8 * checking for file 'tweedie/DESCRIPTION' ... OK * this is package 'tweedie' version ...
2010 Dec 14
0
Sweave problem: lines repeated
...version.string R version 2.12.0 (2010-10-15) Peter Dunn: Biostatistician (Room T4.15) School of Health and Sport Science Faculty of Science, Health and Education ML-34 University of the Sunshine Coast, Locked Bag 4 Maroochydore DC Qld 4558 Tel: +61 7 5456 5085 Fax: +61 7 5430 2896 Email: pdunn2 at usc.edu.au www.usc.edu.au CRICOS Provider Number: 01595D This communication is intended for the recipient only and should not be forwarded, distributed or otherwise read by others without express permission. The views expressed in this email are not necessarily those of the University of the S...
2009 Jan 28
2
t.test in a loop
Hi All, I've been having a little trouble with creating a loop that will run a a series of t.tests for inspection, Below is the code i've tried, and some checks i've looked at. I've used the get(paste()) idea as i was told previously that the use of the eval should try and be avoided. I've run a single syntax to check that my systax is correct and works without any problems