Displaying 2 results from an estimated 2 matches for "seast".
Did you mean:
least
2011 Oct 12
3
labels in a boxplot
...mean anything, I
just need 5 vectors to illustrate my problem. Each of the 5 vectors
identifies a geographic area of my interest.
med <- var1 < -0.7275
anglo <- var1 > -0.7275 & var1 < -0.09402
scand <- var1 > -0.09402
ceast <- var1 < -0.7275 & var1 > -4.10500
seast <- var1 < 2.5 & var1 > 0.49
and let's put all the vectors together in a data frame:
data <- data.frame(anglo, med, scand, seast, ceast, var1)
I wish to compare the samples of each region with respect to variable var1.
Therefore I run:
boxplot(var1[med==1], var1[anglo==1], var...
2002 Apr 05
0
rsync reporting unexpected close and error in protocal data stream
...timeout in data send/receive (code 30) at io.c(86)
>rsync: connection unexpectedly closed (11251596 bytes read so far)
>rsync error: error in rsync protocol data stream (code 12) at io.c(151)
>reports/360/360/atlan/
>reports/360/360/mwest/
>reports/360/360/ncaro/
>reports/360/360/seast/
>reports/360/360/west/
>reports/altel/alltl/
>reports/dobsn/dobsn/
>reports/nextl/nextl/nextl/
>reports/nextl/nextl/nextl/dc/
>reports/nextl/nextl/nextl/detr/
>reports/nextl/nextl/nextl/la/
>reports/nextl/nextl/nextl/lcv/
>rsync: connection unexpectedly closed (11251596...