Displaying 20 results from an estimated 700 matches similar to: "R] adding a new dataset to the default R distribution"
2008 Dec 03
1
adding a new dataset to the default R distribution
Hi,
I am a student in archaeology with some interest in statistics and R.
Recently I've obtained the permission to distribute in the public domain
a small dataset (named "spearheads" with 40 obs. of 14 variables) that
was used in an introductory statistics book for archaeologists
(published in 1994).
I've rewritten most of the exercises of that book in R and made them
2008 Feb 27
1
dhyper, phyper (PR#10853)
Aloha all,
I know too little about what I'm about to write and hope I'm not
wasting your time.
For a class I'm teaching in archaeological data analysis, I'm trying
to put together a routine that calculates the so-called Petersen
index and, especially, confidence intervals for the index. This was
introduced to archaeologists by N.R.J. Fieller and A. Turner in an
article
2009 Feb 17
1
plot.lm: "Cook's distance" label can overplot point labels
The following code demonstrates an annoyance with plot.lm():
library(DAAGxtras)
x11(width=3.75, height=4)
nihills.lm <- lm(log(time) ~ log(dist) + log(climb), data = nihills)
plot(nihills.lm, which=5)
OR try the following
xy <- data.frame(x=c(3,1:5), y=c(-2, 1:5))
plot(lm(y ~ x, data=xy), which=5)
The "Cook's distance" text overplots the label for the point with the
2012 Mar 30
3
pooling in MICE
Hi everyone,
Does anyone here has experience using MICE to impute missing value? I am
having problem to pool the imputed dataset for a MANOVA test, could you
give me some advice please?
Here is my code:
> library(mice)
>
2005 Sep 27
1
Samba 3 as PDC with Debian Linux server and Windows XP clients
Dear list
I am relatively new to networking problems of this kind so apologies
for the potentially simple question. I am trying to upgrade an existing
network to one using Samba 3 to configure roaming XP profiles on a
limited number of clients. I have re-written the smb.conf file to
reflect what I think are the appropriate settings, and this passed
testparm successfully, but I am unclear
2005 Oct 25
0
Software caused connection abort
Dears All,
I have used rsync on Cygwin for a long time to backup data on my WinXP
laptop to a NAS server. Several days ago I had a problem with my user
account on the Laptop and I needed to create a new account and delete
the old one.
Fortunately my data were on a separate partition (fat32) so I did not
lose anything.
Now when I try to use rsync again on the same data I always get the
2009 Mar 01
0
Wishlist for plot.lm() (PR#13560)
Full_Name: John Maindonald
Version: R-2.8.1
OS: MacOS X 10.5.6
Submission from: (NULL) (203.173.3.75)
The following code demonstrates an annoyance with plot.lm():
library(DAAGxtras)
x11(width=3.75, height=4)
nihills.lm <- lm(log(time) ~ log(dist) + log(climb), data = nihills)
plot(nihills.lm, which=5)
OR try the following
xy <- data.frame(x=c(3,1:5), y=c(-2, 1:5))
plot(lm(y ~ x,
1998 May 11
0
Browsing broken in 1.9.18p5?
Hi all,
I've just installed 1.9.18p5 (although I've just got the mail about
1.9.18p6, so I'll be putting that on now) and am having a problem with
browsing...
[samba@suau1] ~> smbclient -L suau1
Added interface ip=134.225.16.5 bcast=134.225.19.255 nmask=255.255.252.0
Server time is Mon May 11 15:24:39 1998
Timezone is UTC+1.0
Password:
Domain=[UNSEEN] OS=[Unix]
2004 Aug 04
1
Unable to start Winbind
Hello, I am fairly new to Linux. I am trying to set up a Linux file server
and join it to a Windows 2000 domain. All that I need to do is to be able
to get files from the Linux file server and put files on it. I do not want
it to be the domain controller. Ironically, I had it working last week, but
could only access one drive on the server, started playing around trying to
access other
2008 Nov 14
1
Bug#505698: r-base-core: dev2bitmap fails with gsexe related error (PR#13288)
Stefano,
Thanks for the bug report.
On 14 November 2008 at 14:35, Stefano Costa wrote:
| Package: r-base-core
| Version: 2.8.0-1
| Severity: normal
|
| As in subject. The bug is reproducible on my machine with these
| commands:
|
| > x <- rnorm(100)
| > plot(density(x))
| > dev2bitmap("density.png")
| Error in paste(shQuote(gsexe), " -dNOPAUSE -dBATCH -q
2016 Mar 30
2
Updating LICENSE.TXT files
In prepping our next release, we noticed that the LICENSE.TXT files
were still all copyrighted 2015. I've done a bit of archaeology and
it looks like the files to update are:
cfe/trunk/LICENSE.TXT
clang-tools-extra/trunk/LICENSE.TXT
compiler-rt/trunk/LICENSE.TXT
libclc/trunk/LICENSE.TXT
libcxx/trunk/LICENSE.TXT
libcxxabi/trunk/LICENSE.TXT
lld/trunk/LICENSE.TXT
llvm/trunk/LICENSE.TXT
2012 Dec 26
3
R graphs from database
Browsing the web recently, I came across what I think is a new utility for
generating an interactive, web-based R graph of data from a database. The
generated graph can be manipulated by a user to choose different data,
limits, etc. I would like to investigate using this with data from our
research project but unfortunately, I didn't bookmark it and it's no longer
in my browser history,
2016 Mar 30
0
Updating LICENSE.TXT files
> On Mar 30, 2016, at 1:57 PM, Robinson, Paul via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
> In prepping our next release, we noticed that the LICENSE.TXT files
> were still all copyrighted 2015. I've done a bit of archaeology and
> it looks like the files to update are:
>
> cfe/trunk/LICENSE.TXT
> clang-tools-extra/trunk/LICENSE.TXT
>
2011 Aug 01
1
error message jpeg62.dll missing
Dear R-help
We are getting an error message `jpeg62.dll missing'.
We are running Windows 7 64-bit, from a Mac using Boot Camp.
Do you know of this error message, and can you give us help trying to
resolve the problem?
many thanks
Rocky
Rocky Hyacinth
Technician
Department of Archaeology
University of Sheffield
United Kingdom
[[alternative HTML version deleted]]
2025 Jan 08
1
binomial()$linkinv no longer accepts integer values
On Wed, 8 Jan 2025 10:57:47 -0500
Ben Bolker <bbolker at gmail.com> wrote:
> I haven't done the archaeology to figure out when this broke/exactly
> what change in the R code base broke it: it happened within the last
> month or so
binomial() itself exhibits this property even in R-4.2.2 from more than
two years ago:
R -q -s -e 'getRversion(); binomial()$linkinv(1L)'
2025 Jan 08
1
binomial()$linkinv no longer accepts integer values
Thanks, that makes sense.
I guess if it never worked for integers (or hasn't worked in a long
time, at least) then it doesn't need to be fixed/changed ...
cheers
Ben
On 2025-01-08 11:20 a.m., Ivan Krylov wrote:
> On Wed, 8 Jan 2025 10:57:47 -0500
> Ben Bolker <bbolker at gmail.com> wrote:
>
>> I haven't done the archaeology to figure out when this
2025 Jan 08
1
binomial()$linkinv no longer accepts integer values
As of r87537, binomial()$linkinv no longer accepts integer arguments.
binomial()$linkinv(1.0) ## 0.7310586
binomial()$linkinv(1L)
Error in binomial()$linkinv(1L) :
REAL() can only be applied to a 'numeric', not a 'integer'
Since R is usually so permissive/sloppy with the distinction between
integers and numeric/doubles, I'd argue that this is a bug ...
(This came
2009 Nov 22
1
Dead link in Nile help documentation (PR#14079)
When doing ?Nile, the url for the data source is dead. It says http://www.=
ssfpack.com/dkbook/ but this has changed to=20
http://www.ssfpack.com/DKbook.html
Version:
platform =3D i386-redhat-linux-gnu
arch =3D i386
os =3D linux-gnu
system =3D i386, linux-gnu
status =3D
major =3D 2
minor =3D 10.0
year =3D 2009
month =3D 10
day =3D 26
svn rev =3D 50208
language =3D R
version.string
2010 Nov 05
2
test request: SCO with setluid() (i686-pc-sco3.2v5.0.7, possibly others)
Hi all.
I am cleaning up (I hope) one of the nastier pieces of code in openssh:
do_setusercontext which is/was a twisty maze of platform-specific
nested ifdefs. I made a series of changes[1] where I moved each
platform-specific piece into a portable-only file platform.c, which does
not need to be kept in sync with OpenBSD.
The changes did not (I hope!) change the semantics, but there's one
2012 Feb 02
1
"shifted" bar chart / battleship curve
What I want to do is create a horizontal bar chart matrix for a set of data that have a common set of variables (e.g., % of As, % of Bs, etc.) listed on the Y-axis and groups (e.g., Classes) on the X-axis. The key here is that the bars for each individual class plot are "centered" rather than left or right-justified. In archaeology plots similar to this are called battleship curves or