search for: hemi

Displaying 20 results from an estimated 41 matches for "hemi".

Did you mean: hdmi
2006 Jun 04
1
Nested and repeated effects together?
Dear R people, I am having a problem with modeling the following SAS code in R: Class ID Gr Hemi Region Gender Model Y = Gr Region Hemi Gender Gr*Hemi Gr*Region Hemi*Region Gender*Region Gender*Hemi Gr*Hemi*Region Gender*Hemi*Region Gr*Gender*Hemi*Region Random Intercept Region Hemi /Subject = ID (Gr Gender) I.e., ID is a random effect nested in Gr and Gender, leading to ID-specific Interc...
2010 Sep 05
1
Warning messages: not meaningful for factors
...a set object, recall.sums.df, before using gls function. Thus I used groupedData. But I encountered error messages which may mean '*' is not not meaningful factor. Please let me know what I have to do. Thanks, Jeong > recall.sums.df[0:10, ] recall.values recall.ind subj replication hemi region group 1 17.515 rL_GM_T1 1 1 1 1 1 2 18.830 rL_GM_T1 2 1 1 1 1 3 16.477 rL_GM_T1 3 1 1 1 1 4 20.905 rL_GM_T1 4 1 1 1 1 5 18.005 rL_GM_T1 5...
2009 Jul 16
0
how to group the output of aov by a variable?
...estion. I put together the following commands in order to run an anova on multiple different variables at once: for(i in 10:20) {subj <- mydata[ which(lupi2$subject=='mas'),] cat("****************ANOVA for variable:", names(subj[i])) print(summary(aov(subj[,i]~config*blockType*hemi+Error((freqs*rep)/(config*blockType*hemi)), data=subj)))} so I have config, blockType, hemi as within subject factors and the random effects are freqs and reps. Ideally however I would much rather be able to group the aov output by the variable subject in my original "mydata" rather the...
2005 Jun 15
1
Anohter anova.mlm problem
...e, I have a setup with a few within-subject factors and a between-subject factor (SGROUP). Consider the most simple case with only one within-factor (apo): > mlmfit0 <- lm(data.n ~ 0 + SGROUP) > mlmfit1 <- lm(data.n ~ 1 + SGROUP) > anova(mlmfit1,mlmfit0,test="Spherical",M=~hemi,X=~1) Analysis of Variance Table Model 1: data.n ~ 1 + SGROUP Model 2: data.n ~ 0 + SGROUP Contrasts orthogonal to ~1 Contrasts spanned by ~hemi Greenhouse-Geisser epsilon: 0.6829 Huynh-Feldt epsilon: 0.7127 Res.Df Df Gen.var. F num Df den Df Pr(>F) G-G Pr H-F Pr 1 22 0....
2006 Mar 15
1
errorbars with xyplot
Hi everyone, I'm very new to R and I like to learn a lot... actually I have a little problem concerning errorbars with xyplot. My data look like run target hemi x 1 1 Nichts Links 0.0007743240 2 2 Nichts Links -0.0008153365 3 1 Target Links -0.0015825950 4 2 Target Links 0.0088743785 5 1 Nichts Rechts 0.0015898995 6 2 Nichts Rechts -0.0011465190 7 1 Target Rechts -0.0022225320 8 2 Target Rechts 0.0039010500 these data I...
2007 Jun 08
2
wrapping lattice xyplot
...panel=panel.superpose, panel.groups=pg ) } "pg" is supposed to pick "g" up from the lexical enclosure. I have no idea whether that actually works, because it never gets that far. A typical call to this function looks like so: > graph(est ~ pro | hemi, sm, obs, "Probe type") (where 'sm' is a data frame that really does contain all four columns 'est', 'pro', 'hemi', and 'obs', pinky swear) and, as it stands above, invariably gives me this error: Error in eval(expr, envir, enclos) : object "...
2002 May 04
2
R crashes trying to read a data.frame
...th column (which contains labels: character string, 2 missing values) and the 93th row. The particular values in this record do not seem to matter: they are not the same in the Access table and in the FoxPro table (tables are the same but order is different). > vill[50:54, ] codelieu lati hemi longi meri nom 50 SNKOLDJI 12.8436 N 15.0192 O Djida Marietou 51 SNKOLHAM 12.9519 N 14.8467 O SARE HAMIDOU 52 SNKOLKIS 12.9767 N 14.8714 O MARAKISSA 53 SNKOLLAM 12.8594 N 15.0219 O SARE LAMINE 54 S...
2009 Oct 06
2
1.43 GB FLAC with 8-Hour Audio Inside... Decoding?
Ok, so here's the deal... I've been having a lot of trouble sleeping, so I've done some research and discovered this program called "Hemi-Sync". I decided to torrent it from the Pirate Bay to try it out before spending my money. What I torrented worked incredibly, so bought it, then torrented another Hemi-Sync program: Lucid Dreaming. It's a DVD-Audio program. What I torrented came with 4 tracks. The first three tracks...
2006 Mar 20
1
type in daisy
...(ros) semiros=as.factor(semiros) leafy=as.factor(leafy) autopoll=as.factor(autopoll) geito=as.factor(geito) insect=as.factor(insect) wind=as.factor(wind) suman=as.factor(suman) winan=as.factor(winan) monocarp=as.factor(monocarp) polycarp=as.factor(polycarp) phan=as.factor(phan) cham=as.factor(cham) hemi=as.factor(hemi) geo=as.factor(geo) thero=as.factor(thero) seasaes=as.factor(seasaes) seashiv=as.factor(seashiv) seasver=as.factor(seasver) everalw=as.factor(everalw) everparti=as.factor(everparti) endozoo=as.factor(endozoo) epizoo=as.factor(epizoo) aquat=as.factor(aquat) wind=as.factor(wind) detach...
2006 Mar 18
1
Time-Series, multiple measurements, ANOVA model over time points, analysis advice
...A small example dataset and R scripts are available via ftp://ftp.mrsc.ucsf.edu/pub/dweber/cortical_timeSeries.tar These example data are from one brain region of interest (roi), called the middle frontal gyrus (MFG). We have estimated activity in this brain region for the left and right cerebral hemisphere (this is one factor in the analysis). These data are for a short period prior to the cue (-300 ms) and a longer period after the cue (1400 ms; the S appeared at 1000 ms). There are 8 subjects in this dataset. Each subject has an ERF ANALYSIS to DATE: For each time bin of about 20 ms dura...
2016 Nov 09
2
mailing list mail from @yahoo addresses
...what it's worth, I just received the auto-notification of having been > kicked off the list for excessive bounces. So gmail is honoring Yahoo's > DMARC. Hi, Your not the only one. I got it a few hours ago. Regards Phil -- Google+: https://goo.gl/CPjvNo Blog: https://philwyett-hemi.blogspot.co.uk/ GitLab: https://gitlab.com/philwyett_hemi/ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: This is a digitally signed message part URL: <http://lists.centos.org/pipermail/c...
2009 Oct 06
0
1.43 GB FLAC with 8-Hour Audio Inside... Decoding?
...s series to a DVD-9 and be done with it? On Tue, Oct 6, 2009 at 00:50, Nathan Hevenstone <jimmyrrpage at gmail.com>wrote: > Ok, so here's the deal... > > I've been having a lot of trouble sleeping, so I've done some research and > discovered this program called "Hemi-Sync". I decided to torrent it from > the Pirate Bay to try it out before spending my money. What I torrented > worked incredibly, so bought it, then torrented another Hemi-Sync program: > Lucid Dreaming. It's a DVD-Audio program. > > What I torrented came with 4 tracks....
2010 Mar 26
1
[VUC] Voipathon 24-hour online party begins in 30 mintes
...today. Details are at http://voipathon.org IRC: #vuc on Freenode.net SIP: voipathon at vuc.onsip.com - Enter 22622# and your PIN# if you have no PIN you can listen using 1# iNum - +883 51007 039 9924 PSTN: +1 724 444 7444 again, 22622#1# or PIN# if you have one. Those of you in the Southern Hemi, here's your chance to stop by and say "hi". Look to your skies for a warning... /r
2016 Dec 13
5
7.3 sources ???
Looking at http://vault.centos.org/ and not seeing them. I need to rebuild krb5 At git.centos.org I can get the spec file, patches, etc. but the source are not there. In particular it looks like I need krb5-1.14.1-pdfs.tar which isn't at the MIT upstream that I can see and nss_wrapper-0.0-20140204195100.git3d58327.tar.xz which from the date *might* be in the 7.2 src.rpm - but since
2016 Dec 14
2
spec file frustration (rant)
On 12/13/2016 03:57 PM, Phil Wyett wrote: > On Tue, 2016-12-13 at 15:39 -0800, Alice Wonder wrote: >> On 12/13/2016 03:34 PM, Phil Wyett wrote: >>> On Tue, 2016-12-13 at 14:16 -0800, Alice Wonder wrote: >>>> I'm getting spec files from centos git which is really convenient when >>>> the related source is easy to find. But some things - e.g. from a spec
2003 Jul 18
2
ASMTP setup on 4.8
Hello, I'm trying to set up a sendmail server on 4.8 that supports auth-based relaying. I followed the procedures at http://puresimplicity.net/~hemi/freebsd/sendmail.html, and aside from having to run makes manually in the library directories, I had no difficulty. I did not use the rebuild world recommendation, though. Everything is up and running, but whenever I try to send mail through it, I always get a mismatch on the user/pass, even t...
2016 Oct 17
3
Is bind-9.8.2-0.47.rc1.el6_8.1.x86_64 vulnerable
Hi I'd like to know if the present version of Bind in CentOS 6 (bind-9.8.2-0.47.rc1.el6_8.1.x86_64) is vulerable to CVE-2016-2776. According to https://www.isc.org/downloads/, version 9.8.x is End-of-Life (EOL) as of Sep 2014. Regards ian
2016 Oct 17
0
CentOS 7/GNOME 3 customise top panel
...anel and can be installed in CentOS as it is in the main repo. sudo yum install gnome-shell-extension-panel-favorites This maybe something for the original author to try and see if it fits their needs. Unsure about custom launchers with this extension. Regards Phil -- Blog: https://philwyett-hemi.blogspot.co.uk/ GitLab: https://gitlab.com/philwyett_hemi/ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: This is a digitally signed message part URL: <http://lists.centos.org/pipermail/ce...
2016 Oct 23
0
Outliner plugin for editor
...ave to use LibreOffice or something similar, it's too heavy and cumbersome. > > Hoping that someone can steer me to a solution!Thank you. > Hi, Maybe look at Atom: https://atom.io/ Very flexible and now my code/general editor of choice. Regards Phil -- Blog: https://philwyett-hemi.blogspot.co.uk/ GitLab: https://gitlab.com/philwyett_hemi/ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: This is a digitally signed message part URL: <http://lists.centos.org/pipermail/ce...
2016 Nov 03
0
FireFox and Plugins
...hythmbox is supposed to rebase. https://bugzilla.redhat.com/show_bug.cgi?id=1298233 Unsure if it has been pushed as yet, being 7.3 release day, not all info is available. What this package does contain is to be found out. Regards Phil -- Google+: https://goo.gl/CPjvNo Blog: https://philwyett-hemi.blogspot.co.uk/ GitLab: https://gitlab.com/philwyett_hemi/ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: This is a digitally signed message part URL: <http://lists.centos.org/pipermail/cento...