Displaying 20 results from an estimated 100 matches similar to: "(no subject)"
2007 Aug 30
1
How to obtain intercept statistics in anova with within-subject factors?
Dear R users,
I am looking for an easy (i.e., direct) way of obtaining the F and p values
from the intercept in anovas with within-subject designs.
My data are from a psychophysics experiment where I am using d' (d-prime)
values obtained from 3 modalities of presentation in each subject. I would
like to know not only whether there is an effect of modality, but also
whether the main effect is
2003 Oct 04
2
mixed effects with nlme
Dear R users:
I have some difficulties analizing data with mixed effects NLME and the
last version of R. More concretely, I have a repeated measures design with
a single group and 2 experimental factors (say A and B) and my interest is
to compare additive and nonadditive models.
suj rv A B
1 s1 4 a1 b1
2 s1 5 a1 b2
3 s1 7 a1 b3
4 s1 1 a2
2012 Mar 29
2
[LLVMdev] VLIWPacketizerList: failing to schedule terminators
Hi,
I'm trying to use the VLIWPacketizerList to schedule instructions for
the R600 target, and I'm running into this assertion failure:
ScheduleDAGInstrs.cpp:558: Cannot schedule terminators or labels!
I think I might not be using the VLIWPacketizerList class correctly.
I've attached my code to this email. Can anyone spot what I'm doing
wrong?
Also, I had to add a LiveIntervals
2004 Apr 28
1
simple repeated measures model: dumb user baffled!
I am in the process of transferring from an old version of S+ to using
R having used a variety of other packages in the past. I'm hugely
impressed with R but it has an excellent but depressing habit of exposing
that I'm not a professional statistician and has done so again.
Someone has run a nice little repeated measures design on my advice,
students randomised to four orders of a
2013 Aug 29
2
gmirror crash writing to disk? Or is it su+j crash?
So I have a system running:
FreeBSD walk.dclg.ca 9.2-RC3 FreeBSD 9.2-RC3 # r254952: Wed Aug 28 03:02:55
EDT 2013 root at walk.dclg.ca:/usr/obj/usr/src/sys/STRIKE i386
and it has two 2T SATA disks. To keep this post short, the crash.txt is
here.
https://uk.eicat.ca/owncloud/public.php?service=files&t=fea9d25579fe0c4afb808859e80e1493
now curiously, while running a "make -j4
2012 Apr 19
0
[LLVMdev] Target Dependent Hexagon Packetizer patch
Sure I will split it and put it in two patches.
Give me few hours. I need to test those patches.
Sirish
On 4/19/2012 8:40 AM, Tom Stellard wrote:
> On Wed, Apr 18, 2012 at 11:18:05PM -0500, Sirish Pande wrote:
>> Hi,
>>
>> Here's a patch for Hexagon Packetizer for review. This patch does
>> not yield any warnings.
>>
> Would it be possible to split this
2013 Jul 01
1
ZFS Panic after freebsd-update
Hello,
I have not had much time to research this problem yet, so please let me
know what further information I might be able to provide.
This weekend I attempted to upgrade a computer from 8.2-RELEASE-p3 to 8.4
using freebsd-update. After I rebooted to test the new kernel, I got a
panic. I had to take a picture of the screen. Here's a condensed version:
panic: page fault
cpuid = 1
KDB:
2009 Jun 04
3
firefogg local encode web-app
I mentioned it in the #theora channel a few days ago but here it is with
a more permanent url:
http://www.firefogg.org/make/advanced.html
&
http://www.firefogg.org/make/
These will be simple links you can send people so that they can encode
source footage to a local ogg video file with the latest and greatest
ogg encoders (presently thusnelda and vorbis). Updates to thusnelda and
2013 Nov 04
2
Fwd: recodificar variables
Buenas noches, mi pregunta es tal vez sencilla.
tengo esta libreria y estos datos
library(nlme)
data(MathAchieve) Infoest = MathAchieve
en esta base quiero contar la cantidad de casos en la que la columna Sex,
toma el valor Female, como puedo hacerle el filtro para ver solo los
Females.
y como puedo dentro del mismo conjunto de datos agregar la variable
numerica que me cuente 1 si es Female y 0
2004 Nov 18
3
Errors checking a library
Hi
I am writing an R library. The documentation for one of my functions
includes an example that I *know* works - simply cut and paste into R on
either Windows and Linux and it works perfectly, no errors or warnings,
nothing, nyet.
However, when I run "R CMD check" on the library, I get an error. I am
running R CMD check on linux, and the offending piece of code appears to
be:
2017 Aug 31
2
Mixed Autehtnication and password schemes
Thanks
-----Original Message-----
From: Aki Tuomi [mailto:aki.tuomi at dovecot.fi]
Sent: Friday, 1 September 2017 2:15 AM
To: dovecot at dovecot.org; Raymond Sellars
Subject: Re: Mixed Autehtnication and password schemes
> The above not suggests I can't use DIGEST-MD5 with master password configuration, if using more than one passdb setup. I don't understand why there would be a
2008 Sep 06
2
Sweave and/or beamer issue
Dear Friends,
I not sure whether this is an Sweave or a beamer problem.
The Rnw file:
\documentclass[compress,smaller]{beamer}
%\documentclass{article}
%\usepackage{beamerarticle}
\usepackage{Sweave}
\title{Psychophysics II}
\date{September 9, 2008}
\begin{document}
\frame{
\begin{Schunk}
\begin{Sinput}
> ro <- 0.2
> c <- seq(from = -3, to = 4, by = 0.1)
> fn <- 1 -
2008 Nov 25
2
Statistical question: one-sample binomial test for clustered data
Dear list,
I hope the topic is of sufficient interest, because it is not
R-related. I have N=100 yes/no-responses from a psychophysics
paradigm (say Y Yes and 100-Y No-Responses). I want to see
whether these yes-no-responses are in line with a model
predicting a certain amount p of yes-responses. Standard
procedure would be a one-sample binomial test for the observed
proportion,
chi?(1 df) =
2008 Aug 21
5
psychometric functions
Hi,
I want to fit some psychophysical data with cumulative gaussians. There is
quite a convenient toolbox for matlab called 'psignifit' (formerly known as
'psychofit'). It allows the lower bound of the sigmoid to vary slightly from
zero, aswell as the upper bound to vary from one. with these two free
parameters, the fitted function is less sensitive to noisy data and
outliers.
2006 Oct 06
2
Fitting a cumulative gaussian
Dear R-Experts,
I was wondering how to fit a cumulative gaussian to a set of empirical
data using R. On the R website as well as in the mail archives, I found
a lot of help on how to fit a normal density function to empirical data,
but unfortunately no advice on how to obtain reasonable estimates of m
and sd for a gaussian ogive function.
Specifically, I have data from a psychometric function
2010 Aug 26
1
Doubt on Samba and NFS configuration
Hi Team,
I have doubt on samba and nfs co-existence on a server. I have read couple of posts in the internet and found that nfs and samba doesn't understand file locking mechanisms of each other.
Following is my requirement
I have a vxfs filesystem /interfaces which is exported to 3 unix servers using nfs
Now the customer, wants to export /interfaces/outbound to 4 windows servers using
2007 Sep 07
0
FOUND SOLUTION and question: Cannot access shares after joining Samba to AD 2000 domain
We had a Samba Version 3.0.23c-4 workgroup server on clarkconnect 4.1
(had to hunt for kbr5-workstation!) with a smbpasswd back-end that was
accessed from machines joined into an Active Directory Windows 2000
domain.
We switched the Samba server to be a domain member. We have done this
before so thought we knew all the could happen had already happened and
took extra care to follow our
2004 Aug 06
1
listening to ogg with a Mac
---------- Forwarded message ----------
Subject: Full Mac report
<p>Anyway, here's my full report. I'm gonna recommend the Audion 3 for Mac, and
just tell people to follow directions from the dv8 website for the PC.
Here goes:
Went to the diskset and clicked...got a menu...two Mac options...onc called
"Legacy Mac OS," the other was for Mac OSX, which I don't have. So
2009 Dec 15
1
error when using multcomp and lm
I am trying to use multcomp to do a Tukey posthoc on growth increments among
genetic crosstypes.
#Fixed effect model
m1 <- lm(inc ~ 0 + Age+ Crosstype + Sex, data = Data.age)
summary(m1)
RESULTS of the model:
summary(m1)
Call:
lm(formula = inc ~ 0 + Age + Crosstype + Sex, data = Data.age)
Residuals:
Min 1Q Median 3Q Max
-0.87180 -0.34002 -0.02702 0.27710 2.17820
2006 Nov 14
1
Call log reveals redundant calls!
Hi, all--
What do you make of this? Here's my call log--looks like there are a lot of
calls going in and out of the server that are not real incoming or outgoing
calls. Does anybody have any clue what is happening?
2006-11-14 16:41:00 Local/8183... 8183461773 "8183461773" <8183461773>
8183461773 NO ANSWER 1
47. 2006-11-14 16:40:59 IAX2/Voice... 8183461773