[Statistische Datenanalyse mit R] Eine Variable (kategorial od. metrisch)
AusgangssituationDie Punktezahlen zweier Verbände, Verband A und B, werden verglichen. ▼ Datei.txt ▼더보기"A","B" "1",NA,4.02 "2",3.83,4.42 "3",1.3,2.1 "4",2.5,2.58 "5",3.63,2.47 "6",1.88,NA "7",4.35,1 "8",3.75,3.55 "9",NA,0 "10",4.55,3.85 "11",1.63,0.83 "12",2.38,4.38 "13",1.17,3.3 "14",2.42,4.45 "15",2,2.2 "16",0.92,3 data = read.table("Datei.txt", sep =",", na.strings = "NA")print(data) Beschr..