Displaying 20 results from an estimated 1000 matches similar to: "Documentation of R Version 2 binary file format (.rda)"
2003 Nov 26
0
Update to DataLoad on VSN website
I would like to announce that my DataLoad utility which can be found at:
http://www.vsn-intl.com/genstat/downloads/datald.htm
has been updated to support R data.frames. DataLoad reads a
large variety of data formats (listed on the web page) and
can convert these to ASCII or XDR data.frames. Only the Windows
and Linux versions are up to date due to the fact that I no longer
has access to a Unix
2009 Nov 03
1
lmer and estimable
Hi everyone,
I'm using lmer and estimable (from packages lme4 and gmodels respectively) and have the disconcerting happening that when I run exactly the same code, I get different results! In checking this out by running the code 50x, it seems to be that answers may be randomly deviating around those which I get from another stats package (GenStat, using the linear mixed models functionality
2003 Nov 04
5
read.spss Error reading system-file header
Is there any documentation on what kind of SPSS file can and cannot be
read by read.spss? Alternatively, how can one modify or "clean" an SPSS
file to make it readable by read.spss? What properties must a *.sav file
before read.spss can read it?
The file in this example is 270KB, with 5 rows and 173 columns. I have no
trouble reading larger files with read.spss, so it's not
2004 Dec 13
0
about vsn
Hello sir:
As to the "variance stabilization" method which is applied in the "vsn"package under R environment,here's a question about the ratio of the 2 channels:
After applying vsn,we can get new_cy5 and new_cy3 intensity according to the original cy5 and cy3 intensity respectively. And the new_cy5 new_cy3 are similar with ln(intensity).
But how can I calculate the
2005 Oct 07
0
R/S-Plus equivalent to Genstat "predict"
As an alternative to the effects package, try predict() with
type="terms"
JM
On 7 Oct 2005, at 8:00 PM, Peter Dunn wrote:
> From: r-help-bounces at stat.math.ethz.ch
> [mailto:r-help-bounces at stat.math.ethz.ch] On Behalf Of Peter Dunn
> Sent: Wednesday, October 05, 2005 9:06 PM
> To: R-help mailing list
> Subject: [R] R/S-Plus equivalent to Genstat
2003 Oct 29
2
importing SAS data
I am trying to import a permanent SAS data
set using read.ssd in the foreign library. I get
the following error:
> list.files("C:/temp")
[1] "newdat1.sas7bdat" "snpm1.sas7bdat" "test1.sas"
> library(foreign)
> newdat1 <- read.ssd("C:/temp","newdat1")
SAS failed. SAS program at
2012 Jul 31
2
rsync question
I'm trying to rsync a 8TB data folder containing squillions of small files and it's taking forever (i.e. weeks) to get anywhere.
I'm assuming the slow bit is check-summing everything with a single CPU (even though it's on a 12-core server ;-( )
Is it possible to do something simple like scp the whole dir in one go so they're duplicates in the first instance, then get rsync to
2016 Apr 19
0
Workstation Limited to NT1 Protocol
I tried disabling SMB1 and enabling SMB2/3 and after reboot, I can't
connect to any of my Samba servers...so looks to definitely be a
workstation issue.
On Tue, Apr 19, 2016 at 3:32 PM, Bill Baird <bill.baird at phoenixmi.com>
wrote:
> Just saw that, as well.
>
> After running the commands to enable SMB2 & SMB3 and rebooting...no luck.
> Will keep searching for other
2016 Apr 19
2
Badlock bad luck
Just to follow up, the fix for us was to add "client ipc signing = auto" to
our smb.conf configuration file.
On Wed, Apr 13, 2016 at 1:17 PM, Bill Baird <bill.baird at phoenixmi.com>
wrote:
> FYI: https://lists.samba.org/archive/samba/2016-April/199013.html
>
> On Wed, Apr 13, 2016 at 12:53 PM, Bill Baird <bill.baird at phoenixmi.com>
> wrote:
>
>>
2013 May 17
1
Request to grant me Wiki edit rights
Hi,
I would like to contribute to the CentOS Wiki page
http://wiki.centos.org/AdditionalResources/Repositories
I manage a repository of bioinformatics RPMs at AgResearch built with CentOS 6, which we have just published, and would like to add details of it to this page. (You can see the site at http://rpm.agresearch.co.nz/)
Also, I would like to be able to create and update my wiki user
2009 Mar 13
0
Singal channel spike in controls with custom microRNA slides - Normalization help needed
Hi,
I'm working with custom slides(Cy5) and working in the normalization of the
arrays.
I have three arrays (technical replicates).
I have sucesfully normalized the data using vsn, however i would like to
normalize using spike in controls.
My controls are annotated as CTL-1 to x and i would like to do etiher a
normalization by block per array or the mean of all the controls per array.
The gal
2016 Apr 19
0
Workstation Limited to NT1 Protocol
On 4/19/2016 2:51 PM, Bill Baird wrote:
> /testparm -v | grep "client min protocol"/
> client min protocol = CORE
>
> On Tue, Apr 19, 2016 at 2:50 PM, lingpanda101 at gmail.com
> <mailto:lingpanda101 at gmail.com> <lingpanda101 at gmail.com
> <mailto:lingpanda101 at gmail.com>> wrote:
>
> On 4/19/2016 2:43 PM, Bill Baird wrote:
>>
2024 Feb 05
7
Bug#1063270: xen: NMU diff for 64-bit time_t transition
Source: xen
Version: 4.17.3+10-g091466ba55-1
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
User: debian-arm at lists.debian.org
Usertags: time-t
NOTICE: these changes must not be uploaded to unstable yet!
Dear maintainer,
As part of the 64-bit time_t transition required to support 32-bit
architectures in 2038 and beyond
2018 Sep 16
1
ClassicUpgrade: ERROR(<type 'exceptions.ValueError'>): uncaught exception - zero length field name in format
On Sun, 16 Sep 2018 11:28:56 -0400
Bill Baird <Bill.Baird at phoenixmi.com> wrote:
> Python is 2.6, but why wouldn't it throw an error during
> configure/make?
No, the python code isn't compiled.
>
> I'm using Amazon Linux.
Would you like to raise a bug report ?
Here:
https://bugzilla.samba.org/
Rowland
>
> On Sun, Sep 16, 2018 at 11:22 AM Rowland Penny
2005 Dec 28
2
Importing Genstat files into R
Does anyone know if there is a package or other method of reading Genstat
files directly into R. Genstat isn't listed in the foreign package.
Many thanks,
Graham
[[alternative HTML version deleted]]
2005 Oct 06
2
R/S-Plus equivalent to Genstat "predict": predictions over "averages" of covariates
Hi all
I'm doing some things with a colleague comparing different
sorts of models. My colleague has fitted a number of glms in
Genstat (which I have never used), while the glm I have
been using is only available for R.
He has a spreadsheet of fitted means from each of his models
obtained from using the Genstat "predict" function. For
example, suppose we fit the model of the type
2016 Apr 19
2
Workstation Limited to NT1 Protocol
That does indeed show "default".
For logs, I tested with my system and a system that gets SMB2. Any tips
for what I might be looking for?
Early on in the logs, I see this for the NT1 system (no mentions of smb2
anywhere)
[2016/04/19 14:48:37.738460, 3, pid=21479, effective(0, 0), real(0, 0)]
../source3/smbd/negprot.c:395(reply_nt1)
using SPNEGO
[2016/04/19 14:48:37.738476, 3,
2009 Sep 13
1
Repair Filesystem prompt , after inode has illegal blocks
hi All,
A fault on our SAN dropped us down to a read-only filesystem and after reboot,
we have an "Unexpected Inconsistency" and I am being instructed by the boot to run fsck manually
without -a or -p (this was after I think processing around 15% of the filesystem)
The specific message is "inode 27344909 has illegal blocks"
I recall running fsck some years ago on smaller
2016 Apr 19
2
Workstation Limited to NT1 Protocol
Just saw that, as well.
After running the commands to enable SMB2 & SMB3 and rebooting...no luck.
Will keep searching for other registry settings.
On Tue, Apr 19, 2016 at 3:27 PM, lingpanda101 at gmail.com <
lingpanda101 at gmail.com> wrote:
> On 4/19/2016 3:24 PM, Bill Baird wrote:
>
> When I search for "smb2", I get nothing in my log file for the NT1 limited
>
2008 Feb 04
4
IPTables GUIs
Hi,
This is semi-OT, but is Centos-related.
I'm looking for an IPTables GUI to help us with our expanding
network configuration. I know there's plenty out there, but most of
them seem to manage the firewall on the computer on which they run, or
only handle one firewall at a time. I need one that can easily manage
multiple firewalls from some sort of central location/repository, i.e.