search for: sb_ek_ber

Displaying 2 results from an estimated 2 matches for "sb_ek_ber".

2012 Jul 02
2
degree of freedom GLM
Hi, I have a problem with the df. I read in a big csv file. Tabelle <- read.csv("C:\\Users\\Public\\Documents\\Bachelorarbeit\\eingabe8_durchnummeriert.csv" , header = T , sep=";") then I try this: > ygamma <- glm(Tabelle$sb_ek_ber ~1+ Tabelle$FAHRL_C + Tabelle$NUTZKREIS + Tabelle$schw_drittel_c   , family = Gamma) >  anova(ygamma, test="Chisq") Analysis of Deviance Table Model: Gamma, link: inverse Response: Tabelle$sb_ek_ber Terms added sequentially (first to last)                        Df Deviance Resi...
2012 Aug 10
2
significance of character (Anova)
Hi,  I have a problem with the output of my anova. > Tabelle2 <- data.frame(sb_ek_ber, JE, ABWHALT_C, ALLEINF, Alter_Ältester_inklVN_C, Alter_Jüngster_C_inkl_AlterNutz, ALTERKAU_C, Wuerfel, BEGKUNDE_C, Geoscore_C, GESCHL_VN, +  NUTZART, NUTZKREIS, NICHTK_C_korrigiert, TARIFDAT_C, TARIFGRP_C, WOHNEIGEN, WOHN_C, ZWEITFAHRZ, ZAHLWEISE, LASTSCHR)  str(Tabelle2) 'data.frame':  ...