Displaying 7 results from an estimated 7 matches similar to: "Unusual error while using coxph"
2008 Sep 14
2
Help please! How to code a mixed-model with 2 within-subject factors using lme or lmer?
Hello,
I'm using aov() to analyse changes in brain volume between males and
females. For every subject (there are 331 in total) I have 8 volume
measurements (4 different brain lobes and 2 different tissues
(grey/white matter)). The data looks like this:
Subject Sex Lobe Tissue Volume
subect1 1 F g 262374
subect1 1 F w 173758
subect1 1 O g 67155
subect1 1 O w 30067
subect1 1 P g 117981
2008 Sep 13
2
moving from aov() to lmer()
Hello,
I've used this command to analyse changes in brain volume:
mod1<-aov(Volume~Sex*Lobe*Tissue+Error(Subject/(Lobe*Tissue)),data.vslt)
I'm comparing males/females. For every subject I have 8 volume measurements
(4 different brain lobes and 2 different tissues (grey/white matter)).
As aov() provides only type I anovas, I would like to use lmer() with type
II, however, I have
2004 Dec 16
0
STABE, CVS and in between? Confused
I am not worthy. Ok that's out of the way, I fall on the mercy of the
Gods of CVS, general development and asterisk:
I am using 1.0 STABLE in a production box for our office. Sure, I lobe
to play with dialplans and new devices and tricks, but I mainly need a
two line office phone system that works in as much of a failsafe
manner as is possible.
I want to take advantage of the later builds,
2008 Aug 13
0
MinGW Patch
will surgent wrote:
> Hello, I was trying to compile Flac on MinGW/Msys but got an error stating
> SIZE_T_MAX is undefined.
> To fix this error I edited the file "flac-1.2.1/include/share/alloc.h" and
> made the following change:
<snip>
> #ifndef SIZE_MAX
> # ifndef SIZE_T_MAX
> # ifdef _MSC_VER
> # define SIZE_T_MAX UINT_MAX
> # elif
2008 Aug 13
4
MinGW Patch
Hello, I was trying to compile Flac on MinGW/Msys but got an error stating
SIZE_T_MAX is undefined.
To fix this error I edited the file "flac-1.2.1/include/share/alloc.h" and
made the following change:
Starting at line #36 I changed:
#ifndef SIZE_MAX
# ifndef SIZE_T_MAX
# ifdef _MSC_VER
# define SIZE_T_MAX UINT_MAX
# else
# error
# endif
# endif
# define SIZE_MAX SIZE_T_MAX
2006 Aug 14
0
Engines 1.1.4
Engines 1.1.4, featuring compatibility with Rails 1.1.6 Secure Edition
(TM), includes a number of synergising technologies designed to
optimize holistic action-items and e-enable visionary solutions. Point
your preferred *SVN* client at
http://svn.rails-engines.org/engines/tags/rel_1.1.4
or syndicate a turn-key zeitgeist via *script/plugin*
script/plugin install -f engines
to literally
2007 Mar 06
1
Fixes to make flac build on Solaris
The attached patch is needed to make flac build on Solaris. Can
some/all of these changes go upstream?
Brian
-------------- next part --------------
A non-text attachment was scrubbed...
Name: flac-01-forte.diff
Type: text/x-patch
Size: 3186 bytes
Desc: not available
Url : http://lists.xiph.org/pipermail/flac-dev/attachments/20070124/c752fe5e/flac-01-forte-0001.bin