Displaying 16 results from an estimated 16 matches for "paulhurley".
2010 May 20
2
Trailing zero's missing from signif function ?
Hello.
In my opinion the function
signif(1.4,digits=3)
should give 1.40
but actually gives 1.4. Is there a magic way to add the trailing digits
back (and converting to chracter at the same time ?)
Regards,
Paul.
2012 Nov 13
1
OT: Any web based report delivery software that support R out there ?
I'm looking for something, but I'm not sure quite how to describe it, so
maybe the list can help.
I use R to produce several different reports using database > ODBC > R >
Sweave > pdf report.
Ideally I would like to be able to upload the report 'templates' to a
web page, and allow users to request them to be run at certain times
with certain parameters, and pick
2010 Jun 07
3
Very OT: World Cup Statistics
Hello,
Sorry for the very Off TOpic post, but I need some data on past football
(soccer) world cups. I'd like to find (or calculate) the time to the
first goal of each match (where a goal was scored).
I''ve looked at the uefa website and can't find what I want, maybe
someone here can help ?
Thanks
Paul.
2010 Feb 28
3
Slightly OT: Does anyone use latex2rtf with sweave output ?
Hello,
I'm trying to use R (and Sweave) to pull some data out of a database and
produce some standard reports. unfortunaltey, the people who want the
reports want them in an editable format so they can add wordy bits to
the automatically generate tables and graphs.
My current plan is to use R to call a standard sweave document and pass
variables to tell what data to pull out of the db,
2009 Sep 14
1
Best way to extract values from an aov object ?
I'm trying to write a function to automate doing a variance analysis,
part of which involves doing some further calculations. The method I've
been using isn't very robust, if variable names change then it stops
working.
For this dummy data
> dput(assayvar,"")
structure(list(Run = structure(c(1L, 1L, 1L, 2L, 2L, 2L, 3L,
3L, 3L, 4L, 4L, 4L), .rk.invalid.fields =
2010 May 05
0
R-help Digest, Vol 87, Issue 5
...?
> ???Tel:? +44 1865 272861 (self)
> 1 South Parks Road,? ? ? ? ?
> ? ? ? ? ???+44 1865
> 272866 (PA)
> Oxford OX1 3TG, UK? ? ? ? ? ?
> ? ? Fax:? +44 1865 272595
>
------------------------------
Message: 121
Date: Tue, 04 May 2010 22:12:53 +0100
From: Paul <paul at paulhurley.co.uk>
To: Max Kuhn <mxkuhn at gmail.com>
Cc: r-help at r-project.org, Dieter Menne <dieter.menne at menne-biomed.de>
Subject: Re: [R] Errors when trying to open odfWeave documents
Message-ID: <4BE08DD5.4030305 at paulhurley.co.uk>
Content-Type: text/plain
Max Kuhn wrote:
>...
2010 Mar 11
1
Statet on Eclipse: ${project_path} is empty
Hello,
I'm tryign to use Statet on Eclipse on my Kubuntu Karmic PC. I've set
everything up and I can start the R configuration, but the working
directory is set to my home directory. If I set the start in directory
to ${worspace_loc}/${project_path} I can't start the console, with an
error that project_path is empty.
Am I doing something wrong. I feel that Eclipse and Statet
2010 Jun 28
2
How to run Bibtex with pdfLatex in StatEt/MikTex on Windows ?
Hello,
I'm running R2.10, Eclipse, StatEt and MikTex 2.8 to create Sweave
documents, and everything seems to work great, until today...
I was trying to add citations from a Bibtex file, but I just got [?]
citations. However, if I open the .tex file that StatEt created in
MikTex and run the latex+bibtex+pdflatex command, the citations are present.
Does anyone know how to either configure
2011 Apr 18
1
Way OT: Anyone know where to get data on relationship between education and salary
I'm sorry for the way OT post, but here goes. I'm an informatics
specialist, and R user. My wife is a secondary school maths teacher.
My wife recently tried to explain to her class the link between
education and potential salary, and I would love to be able to show this
graphically, however, I cannot find any freely available data for this.
Does anyone know of a suitable dataset,
2010 Jul 12
1
Calculate confidence interval of the mean based on ANOVA
I am trying to recreate an analysis that has been done by another group
(in SAS I believe). I'm stuck on one part, I think because my stats
knowledge is lacking, and while it's OT, I'm hoping someone here can help.
Given this dataframe;
foo*<-*structure(list(OBS = structure(1:18, .Label = c("1", "2", "3",
"4", "5",
2010 Apr 28
1
Errors when trying to open odfWeave documents
Hello
I tried the odfWeave package today, by running the formatting.odt and
example.odt files that are included with the package.
They both ran fine, but when I try to open them in my OpenOffice
(OpenOffice 3.1.1 on Kubuntu 9.10) I get an error "Format error
discovered in the file in sub-document content.xml at 1293,124(row,col)."
I also tried to open them in MS Word 2003 (Windows
2010 Mar 12
1
StatEt: Error R Object Browser Update java.lang.NullPointerException
Hello,
I'm trying to use StatEt on my kubuntu karmic system. I've set
everything up according to the website and a guide pdf I've got, but
when I start the R session, or issue a command, I get a "An internal
error occurred during: "R Object Browser Update"." error;
Any ideas on what to look at or try next ?
java.lang.NullPointerException
at
2010 Aug 20
3
Has anyone used Sweave with the Beamer poster macro for Latex ?
Hello,
I'm trying to make a poster in Latex using the beamer poster macro
(http://www-i6.informatik.rwth-aachen.de/~dreuw/latexbeamerposter.php),
and use Sweave to add in R output.
This works fine for adding graphics and tables, but if I want to put
code in, the file fails to build in Latex.
My Rnw file looks like
\documentclass[final,hyperref={pdfpagelabels=false}]{beamer}
2010 Jan 29
3
How do people use Sweave / R / Databases
I'm currently using r scripts in sweave to grab some data via ODBC,
process it then generate some tables. I'd like to be able to give
someone the files and let them reproduce what I've done. Is there some
way to store the data that is gathered by ODBC so that the second person
can recreate the work without the database (apart from just writing it
to a file or into the document)
2010 May 28
1
Does Sweave run in the global environment ?
Hello
It seems that sweave always runs in the global environment. I want to
run sweave from within a function, and pass a variable into sweave,
however when I do this, sweave doesn't see the variable.
Here's my example test_sweave.Rnw file
|%
\documentclass[a4paper]{article}
\usepackage[OT1]{fontenc}
\usepackage{Sweave}
\begin{document}
\title{Test Sweave Document}
\author{Paul
2009 Sep 09
1
Stats help with calculating between and within subject variance and confidence intervals
Hello.
I'm trying to find a way in R to calculate between and within subject
variances and confidence intervals for some analytical method
development data.
I've found a reference to a method in Burdick, R. K. & Graybill, F. A.
1992, Confidence Intervals on variance components, CRC Press. This
example is for Balanced Data confidence interval calculation from Pg
62. The data are