Displaying 5 results from an estimated 5 matches for "jgilbert".
Did you mean:
gilbert
2002 Jan 25
6
Help with archive bit request
...e" won't turn it back on (bad).
The behavior is identical with both the gui properties and command line,
neither tell you when they fail to set the flag (bad MS).
I would like get this problem fixed so that backups work.
Any help or suggestions would be greatly appreciated.
John Gilbert
jgilbert@eosbiotech.com
2005 Jun 10
2
Error with function lda in package MASS (dimnames not equal?)
...t response I can find to this previous thread is here:
http://tolstoy.newcastle.edu.au/R/help/04/07/0126.html. The asnwer was
to provide debugging info, not an answer.
So the problem is that I'm trying to use lda on my dataset. You can
download my data here:
http://northstar-www.dartmouth.edu/~jgilbert/nolda, I used R's save
function to save objects data and classes (yes, I realize that I name
stomped the data function in package utils). To replicate my results,
simply enter the following:
> library(MASS)
> load('nolda')
> lda(data,classes)
Error in lda.default(x, grouping, ....
2002 Feb 13
0
archive bit mapping problems with 2.2.3a
...edback from my previous emails.
It is important, as not being able to change the archive bit from NT space
breaks NT network backup systems. It's the last thing that needs to be fixed
before I can replace our $150k file servers with $5k Linux boxs.
Thanks in advance for your help.
John Gilbert
jgilbert@eosbiotech.com
----------------------------------
[global]
workgroup = NT_DOMAIN
netbios name = EAGLE
server string = Eagle Test Samba Server
security = SERVER
encrypt passwords = Yes
allow trusted domains = No
map to guest = Bad User...
2008 Apr 29
1
Annoying bug in package cairoDevice
I sent this to R-Help and the listed maintainer of cairoDevice, I hope that
was the right thing to do.
For some reason, Cairo_png puts a box around a figure when you call
plot.new. It looks like box was called with black and a transparent
background. Example:
> library(cairoDevice)
> Cairo_png('cairo.png')
> plot.new()
> dev.off()
null device
1
The boarder is
2008 Apr 29
0
Annoying bug (?) in package cairoDevice
I apologize for sending this twice, I didn't realize that gmail
helpfully defaulted to rich formatting.
For some reason, Cairo_png puts a box around a figure when you call
plot.new. It looks like box was called with black and a transparent
background. Example:
> library(cairoDevice)
> Cairo_png('cairo.png')
> plot.new()
> dev.off()
null device
1
The boarder is