Displaying 2 results from an estimated 2 matches for "vara2".
Did you mean:
var2
2003 Oct 16
0
AW: summary with names
...guys don't seem to be
delievered to the list, although I sent them nearly 4 hours
ago. I fear, I only sent them to the posters and not to the
list ... I try to correct this! Sorry!
Axel Benz schrieb:
> Which name do you want?
> varA1
This one resp. the corresponding one in this way (varA2 etc.).
> or
> fb.12.unt[varA1]
> or even then value of varA1????
This question tells me, that you know more than me ;-). Who
wonders ...? There are 98 values for varA1. Did I use wrong
terms, that 98 values are surprisingly?
> Your question looks like you made a mistake in your cod...
2011 Aug 03
1
Coefficient names when using lm() with contrasts
...=matrix(-1/3,ncol=2,nrow=3); for (i in 1:2) {treat3[i+1,i]=2/3}
> contrasts(dt$VarA)=treat3
> levels(dt$VarA)
[1] "dog" "cat" "rat"
> results=lm(formula=VarC~VarA+VarB, data=dt)
> names(results$coef)
[1] "(Intercept)" "VarA1" "VarA2" "VarB"
[[alternative HTML version deleted]]