Displaying 5 results from an estimated 5 matches for "plagiarising".
2005 Jun 21
2
Problem trying to use boot and lme together
The outcome variable in my dataset is cost. I prefer not to transform it as
readers will really be interested in pounds, not log(pounds) or
sqrt(pounds). I have fitted my model using lme and now wish to use boot on
it. I have therefore plagiarised the example in the article in RNews 2/3
December 2002
after loading the dataset I source this file
2012 Aug 13
2
Standard introductory presentation
Hi Everyone
In the Contributed Documentation part of the R Project website there are
dozens of various documents explaining this and that on R. Furthermore there
is also the document "Introduction to R". In my thesis I have been using R
here and there, so I would classify myself as an intermediate user after
about 3 years of using it, but I am in no sense a professional.
I am now on a
2006 Mar 28
7
[PATCH] XML-RPC: Cope with large integers on x86-64 systems
Attached patch fixes a problem in marshaling large integers. It seems
to only occur on systems with very large memory. However, on those
systems, it''s a show-stopper. I see this as a temporary solution until
we can sanitize the XML-RPC functions and get rid of all the
S-Expression stuff.
I''ll run xm-test tomorrow against it. Right now I''ve only done basic
2007 Dec 06
1
Nine questions about methods and generics
...calculated these given
the heterogeneity chi-squared Q and the number of studies k.
It then occurred to me that it would be convenient to
have functions which take the objects returned by
the various functions in the package rmeta (available
from CRAN) and perform the calculation on them.
So after plagiarising some ideas from rmeta
I wrote
hetero <- function(x, ...) {
UseMethod("hetero")
}
Q1 - have I created a generic called hetero? If so
what is the correct idiom: created, declared, ...?
Q2 - if I go class(hetero) it returns "function" rather
than "generic". Is th...
2006 May 05
31
The perfect development environment?
I am trying to create the perfect development environment for rails
and i dont know exactly which way to go. Do i create a windows
environment or a *nix environment. If i go *nix, what distro is best
suited for rails. I would be using mysql, so that would come in to
play. If i go *nix, i would use apache. Any ideas for the right
environment would be greatly appreciated. I guess the major choice is