search for: whrere

Displaying 2 results from an estimated 2 matches for "whrere".

Did you mean: where
2010 Apr 16
0
Removing empty (or very underpopulated) sub-populations
...iable are normal 2) ANOVA 3) with efect-size estimation and aprropriate graph). I test normality in each group with this code: are.normal <- c() group <- as.factor(group) for (i in 1:length(levels(factor(group)))) { are.normal[i] <- normality(response[group==levels(factor(group))[i]]) } whrere: 1) response is response (numeric variable), 2) group is grouping variable (factor), 4) normality is a function which takes one variable as argument, and the tries to figure out wheter it's normal (TRUE) or not (FALSE). My problem is that sometimes, some combinations of response~group produce...
2010 Feb 18
4
"../openbsd-compat/port-aix.h", line 92.44: 1506-046 (S) Syntax error. openssh-5.3p1 on aix 5.3
Hi all, Environment: Compiler: IBM XL C/C++ Enterprise Edition for AIX v9.0 Server: AIX 5.3 TL 10 SP1 I use configure with the following option to configure the makefile. --------------------------------? export CC=cc export CFLAGS="-I/opt/freeware/include/openssl/ -I/usr/local/include" export LDFLAGS="-L/opt/freeware/lib/ -L/usr/local/lib" ./configure --prefix=/usr/local