Displaying 3 results from an estimated 3 matches for "workingdata".
2008 Apr 30
2
arcsine transformation
I have been trying to preform both a bartlett's test and an arcsine
transformation on some average percentage data. I've tried inputting it
different ways and I keep getting the same error message:
> head(workingdata)
DYAD BEFORE AFTER
1 BG-FL 4.606772 5.787520
2 BG-LL 5.467503 7.847395
3 AD-MV 5.333735 11.107380
4 MM-FL 5.578708 12.063500
5 MM-MV 2.037605 6.415303
6 MM-RM 6.158885 11.911080
> bartlett.test(BEFORE ~ AFTER)
Error in bartlett.test.default(c(4.606772, 5.467503, 5.333735, 5.578708,...
2011 Dec 23
1
Long jobs completing without output
...ot affect the running process -- is this true?
I'd be grateful for any leads. In the meantime I'll be running with
larger subsamples!
Regards,
Brendan Halpin
- code ---------------------------------------------------------------
library(arm)
library(foreign)
mlm <- read.dta("../workingdata.dta")
attach(mlm)
gender <- as.factor(stu_gend)
yr <- year - 1998
failure <- (lmer(fail ~
1 + cao + subj1 + subj2 + subj3 + gender + yr + ageentry + as.factor(yrs5)
+ modsize + meancao + depfemr + (1|deptno) + (1|modinst) + (1|ulid) ,
n...
2014 Mar 07
2
[LLVMdev] [RFC] BlockFrequency is the wrong metric; we need a new one
On Feb 4, 2014, at 4:36 PM, Andrew Trick <atrick at apple.com> wrote:
>
> On Feb 4, 2014, at 4:07 PM, Duncan P. N. Exon Smith <dexonsmith at apple.com> wrote:
>
>>
>> On Feb 3, 2014, at 12:13 AM, Andrew Trick <atrick at apple.com> wrote:
>>
>>> On Feb 2, 2014, at 6:55 PM, Chandler Carruth <chandlerc at gmail.com> wrote:
>>>