search for: ifolk

Displaying 3 results from an estimated 3 matches for "ifolk".

Did you mean: folk
2007 Sep 05
1
(PR#9896) read.spss converts string variables with
...-------------------------------------------------------------- Reference: <20070903104656.1D1566691D at slim.kubism.ku.dk> There is nothing we can do to reproduce this without an example 'some.sav' file exhibiting the problem. Can you please supply one? On Mon, 3 Sep 2007, honza at ifolk.cz wrote: > Full_Name: Jan Hucin > Version: 2.5.1 (foreign 0.8-20) > OS: WinXP > Submission from: (NULL) (195.113.83.7) > > > When reading an SPSS file: > > - containing some variable of type String > - with value labels at that variable > - and with determination...
2007 Sep 04
0
(PR#9896) read.spss converts string variables with value
There is nothing we can do to reproduce this without an example 'some.sav' file exhibiting the problem. Can you please supply one? On Mon, 3 Sep 2007, honza at ifolk.cz wrote: > Full_Name: Jan Hucin > Version: 2.5.1 (foreign 0.8-20) > OS: WinXP > Submission from: (NULL) (195.113.83.7) > > > When reading an SPSS file: > > - containing some variable of type String > - with value labels at that variable > - and with determination...
2008 Sep 25
1
Repeated factor levels - inconsistency of factor and levels<- functions?
Hello, I have a vector x containing letters ("a", "b" etc.). Now I want to convert it to factor and group some letters into one common level. If I do it by factor function, giving the same label names for all values I want to group, it doesn't work: > x<-letters[1:5] > x [1] "a" "b" "c" "d" "e" >