Displaying 1 result from an estimated 1 matches for "ygamma".
Did you mean:
gamma
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)
...