search for: lobe

Displaying 13 results from an estimated 13 matches for "lobe".

Did you mean: labe
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 subect1 1 P w 85441 subect1 1 T g 185241 subect1 1 T w 83183 subect2 1 F g 255309 subect2 1...
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 stru...
2009 Oct 05
0
Unusual error while using coxph
....occlob[i]=="N" && data$all.notspec[i]=="N") dummy[i] <- i if(data$all.frontlob[i]=="Y" && data$all.parlob[i]=="Y") dummy[i] <- i } return(data[-dummy,]) } shortpar <- par(nearma) shortrpa <- randp(shortpar) lobe <- function(data) { for(i in 1:nrow(data)){ if(is.na(data$all.frontlob)[i]) data$all.frontlob[i] <- "N" if(is.na(data$all.templob)[i]) data$all.templob[i] <- "N" if(is.na(data$all.occlob)[i]) data$all.occlob[i] <- "N" if(...
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
2005 Jul 26
6
implement audit trail table
has anyone has any idea how to implement audit trail table for all update / deletion done on records? I''m thinking to have corresponding audit trail table to each table, so everthing before an update or deletion is done, a new record will be insert into the corresponding audit trail table. Is there a way to overwrite the save, destroy, method at the application level? so that I do not
2006 Aug 14
0
Engines 1.1.4
...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 revolutionise your info market i-conomy and deliver outstanding impressions per meme. To further enrich your mind-lobes, why not peruse http://svn.rails-engines.org/engines/tags/rel_1.1.4/CHANGELOG, although I must honestly confess that the plot is ropey at the best of times, and the characters rather two dimensional. If you don''t know what the hell I''m talking about: http://www.rails-engines.org...
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
2008 Aug 13
0
MinGW Patch
...------------------------------------------------------------ Erik de Castro Lopo ----------------------------------------------------------------- `If you want a vision of the future, it is a wireless broadband network feeding requests for foreign money-laundering assistance into a human temporal lobe, forever. With banner ads.' -- John M. Ford
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, but do not have the time to play with HEAD, although I have made it and used it in production...
2005 Jun 29
14
Unobtrusive scripting?
Currently, pages generated by Rails tend to be sprinkled with JavaScript. This happens, because the various helper methods work only locally and simply append to the output. In order to hide the JavaScript away, rendering would probably have to be changed. A way I can think of is that a page-specific script is included in the head of the document and JavaScript code is not written to the
2005 Aug 25
17
IE and the activeX security warning
I''ve been testing my page, which not only includes my new slider code but the drag and drop code as well. You can see it here: http://hoover.razorstream.com/preference.htm My issue is that in IE, I get the annoying security warning across the top saying ''IE has restricted this file from showing active content that could access your computer''. If I allow the
2005 Jul 06
16
Autocompletion not working in Konqueror
I''ve just had a look again at the autocompletion demo that Thomas put up at http://script.aculo.us/demos/ajax/autocompleter Unfortunately, in Konqueror (3.4.1) it doesn''t work at all. Not even an error is triggered. It does work nicely in Firefox. How about Safari? I don''t have the time right now to track this down systematically (maybe latter), but just from
2005 Aug 19
13
Enumerations (again): Comments please
Some of my earlier questions may have hinted ever so slightly in the direction that I''m trying to implement "enumerations". By an enumeration here I mean a class that has a fixed number of immutable instances, which in turn have essentially only a name and a position. Requirements I''ve tried to meet are - Enumeration instances should only be loaded once from the