Displaying 4 results from an estimated 4 matches for "weiblich".
Did you mean:
reilich
2005 Aug 30
1
graphics
...very simple problem though up to now couldn't solve it:
I want to plot two datasets wihtin one plot like plot(x) provides it for
one dataset(type="b" that is: points connected by lines).
Example data 'x':
Befragung1 Befragung2 Befragung3 Geschlecht
2.25 2.34 1.78 weiblich
1.34 3.45 2.23 maennlich
The two rows of the example above form two datasets. Now I'm looking for
something like plot(~x |Geschlecht, ... ): X-axis containing
Befragung1...3, y-axis containing the values given by the matrix 'x',
points within one dataset (row of 'x') co...
2004 Nov 30
6
How to know if a bug was recognised
...racters (??,??,??)
Dear Developers!
Using special characters I found a strange behaviour in R 2.0.1 and equally
in
R : Copyright 2004, The R Foundation for Statistical Computing
Version 2.0.1 (2004-11-15), ISBN 3-900051-07-0
Operating System: Windows 98SE
example:
factor1<-as.factor(c("weiblich","m??nnlich","??sterreichisch","fr??hreif","Gru??
"))
factor1
> factor1
[1] weiblich m\344nnlich \366sterreichisch fr\374hreif
[5] Gru\337
Levels: fr??hreif Gru?? m??nnlich ??sterreichisch weiblich
with best wishes
H...
2004 Nov 30
1
Attn Heinz Tuechler: Re: problem with special characters (ä,ö,ü)
...>Using special characters I found a strange behaviour in R 2.0.1 and equally
>in
>R : Copyright 2004, The R Foundation for Statistical Computing
>Version 2.0.1 (2004-11-15), ISBN 3-900051-07-0
>
>Operating System: Windows 98SE
>
>example:
>factor1<-as.factor(c("weiblich","m??nnlich","??sterreichisch","fr??hreif","Gru??
>"))
>factor1
>> factor1
>[1] weiblich m\344nnlich \366sterreichisch fr\374hreif
>
>[5] Gru\337
>Levels: fr??hreif Gru?? m??nnlich ??sterreichisch w...
1998 Mar 18
1
Strange Results of summary()
..."9","9","9","9","9","9","9")
+ )
>
> # Value Labels:
>
> #MiniHag$geschll <- factor(MiniHag$geschl)
> #levels(MiniHag$geschll) <- c("maennlich", "weiblich")
>
> MiniHag$geschll <- factor(MiniHag$geschl, labels=c("maennlich", "weiblich"))
> MiniHag$famstandl <- factor(MiniHag$famstand, levels=1:5,
+ labels=c(
+ "verheiratet, zusammenlebend",
+...