Displaying 3 results from an estimated 3 matches for "arendahl".
Did you mean:
rendahl
2011 Mar 26
1
Sweave and Textwrangler
...g for the option of LaTeX -> Open. I
found this http://www.xs4all.nl/~msneep/latex/ but it doesn't work for
me as it gives me an error. Something similar to do that would be
ideal. Additionally the option to use BibTeX would be great too.
Additionally, I tried this
http://www.stat.umn.edu/~arendahl/computing/index.html
and Sweave.sh script and trying to alter that (and the *.engine files) to
work with TextWrangler but to no avail.
Does anyone do this and have a tip they could give me? Sorry if this is
off-topic (if so please reply to me off the list).
Thanks!
Chris
[[alternative HTML vers...
2008 Apr 28
1
variable names when using S3 methods
I'm seeing some funny behavior when using methods (the older S3 type)
and having variables that start with the same letter. I have a vague
recollection of reading something about this once but now can't seem
to find anything in the documentation. Any explanation, or a link to
the proper documentation, if it does exist, would be appreciated.
Thanks, Aaron Rendahl
University of
2010 Feb 23
2
importing S4 methods using a namespace
I want to call summary on a mer object (from lme4) within my package
but I can't seem to get the namespace to import the necessary method.
I've simplified my package to this one function:
---------------------------
ss <- function(m) {
summary(m)
}
---------------------------
And my namespace file looks like this, where I've attempted to follow
the instructions in "Writing