Displaying 5 results from an estimated 5 matches for "771l".
Did you mean:
771
2013 Feb 21
3
Having trouble converting a dataframe of character vectors to factors
R Experts,
I have a dataframe made up of character vectors--these are results from survey questions. I need to convert them to factors.
I tried the following which did not work:
scs2<-sapply(scs2,as.factor)
also this didn't work:
scs2<-sapply(scs2,function(x) as.factor(x))
After doing either of above I end up with
>str(scs2)
chr [1:10, 1:10] "very important" "very
2008 Aug 01
0
multinomRob: Error in eigen [..] infinite or missing values in 'x'
...695L, 696L,
697L, 698L, 699L, 700L, 701L, 702L, 703L, 704L, 705L, 706L, 707L,
708L, 709L, 710L, 711L, 712L, 713L, 714L, 715L, 729L, 730L, 731L,
732L, 733L, 734L, 735L, 736L, 737L, 738L, 739L, 740L, 741L, 742L,
743L, 744L, 745L, 746L, 747L, 748L, 749L, 750L, 751L, 752L, 753L,
754L, 768L, 769L, 770L, 771L, 772L, 773L, 774L, 775L, 776L, 777L,
778L, 779L, 780L, 781L, 782L, 783L, 784L, 785L, 786L, 787L, 788L,
789L, 790L, 791L, 792L, 793L, 807L, 808L, 809L, 810L, 811L, 812L,
813L, 814L, 815L, 816L, 817L, 818L, 819L, 820L, 821L, 822L, 823L,
824L, 825L, 826L, 827L, 828L, 829L, 830L, 831L, 832L, 846L, 847L...
2012 Jul 10
2
estimation of NA by predict command
...993L, 3125L, 3257L, 3389L,
3521L, 3653L, 3776L, 3897L, 100L, 232L, 364L, 496L, 628L, 760L,
892L, 1024L, 1156L, 1288L, 1420L, 1552L, 1684L, 1816L, 1948L,
2080L, 2212L, 2344L, 2476L, 2608L, 2740L, 2872L, 3004L, 3136L,
3268L, 3400L, 3532L, 3664L, 3787L, 3908L, 3996L, 111L, 243L,
375L, 507L, 639L, 771L, 903L, 1035L, 1167L, 1299L, 1431L, 1563L,
1695L, 1827L, 1959L, 2091L, 2223L, 2355L, 2487L, 2619L, 2751L,
2883L, 3015L, 3147L, 3279L, 3411L, 3543L, 3675L, 3798L, 3919L,
122L, 254L, 386L, 518L, 650L, 782L, 914L, 1046L, 1178L, 1310L,
1442L, 1574L, 1706L, 1838L, 1970L, 2102L, 2234L, 2366L, 2498L,...
2010 Apr 20
5
Assigning Week Numbers
...765L, 213L, 949L, 397L, 1133L, 581L, 1317L, 30L, 766L, 214L,
950L, 398L, 1134L, 582L, 1318L, 31L, 767L, 215L, 951L, 399L,
1135L, 583L, 1319L, 32L, 768L, 216L, 952L, 400L, 1136L, 584L,
1320L, 33L, 769L, 217L, 953L, 401L, 1137L, 585L, 1321L, 34L,
770L, 218L, 954L, 402L, 1138L, 586L, 1322L, 35L, 771L, 219L,
955L, 403L, 1139L, 587L, 1323L, 36L, 772L, 220L, 956L, 404L,
1140L, 588L, 1324L, 37L, 773L, 221L, 957L, 405L, 1141L, 589L,
1325L, 38L, 774L, 222L, 958L, 406L, 1142L, 590L, 1326L, 39L,
775L, 223L, 959L, 407L, 1143L, 591L, 1327L, 40L, 776L, 224L,
960L, 408L, 1144L, 592L, 1328L, 41L, 777L,...
2012 Oct 29
4
replace repeated id in a pedigree list
Hello,
I have a pedigree file such this:
FAMID ID FA ID MO ID SEX STATUS
1 1 0 0 2 0
1 2 3 1 2 2
1 4 3 1 1 2
1 5 3 1 1 0
1 6 3 1 1 0
1 7 3 1 2 2
1 8 3 1 1 0
1 9 3 1 1 0
1 10 3 1 2 0
1 11 3 1 1 0
1 3 0 0 1 0
2 12 13