[R] LM/two way analysis/classic parametrisation

2011-06-04 Thread kfl
I will be pleased to know, how to get the classic parametrisation in a two
way analysis of varians:

Classic parametrisation:
Observed = intercept + row-effect + col-effect+ error, where sum af
row-effect=0 and sum of col_effect=0 



--
View this message in context: 
http://r.789695.n4.nabble.com/LM-two-way-analysis-classic-parametrisation-tp3573453p3573453.html
Sent from the R help mailing list archive at Nabble.com.

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] LM/two way analysis/classic parametrisation

2011-06-05 Thread kfl
Thank you for your reply. 

However, I don't undestand what your are telling me. 

I would be pleased if you could give me the synstax in the following
examples:

#Exampel page side 372
trt<-gl(3,4,12,labels=c("T1","T2","T3"))
blk<-gl(4,1,12,labels=c("B1","B2","B3","B4"))
res<-c(13,7,9,3,6,6,3,1,11,5,15,5)
p372<-data.frame(trt,blk,res)
attach(p372)

model<-lm(res~trt+blk)
summary(model)
anova(model)
model.matrix(model)

I want to have a print from the classic parametrisation 

What should be added in the model statement ?


--
View this message in context: 
http://r.789695.n4.nabble.com/LM-two-way-analysis-classic-parametrisation-tp3573453p3575143.html
Sent from the R help mailing list archive at Nabble.com.

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] Writing Faroes lettsers in text and plot ?

2012-08-03 Thread kfl
I need to write Faroese letters in plain tekst and in plots.

How can I do this ?

http://en.wikipedia.org/wiki/Faroese_language Faroese_language 




--
View this message in context: 
http://r.789695.n4.nabble.com/Writing-Faroes-lettsers-in-text-and-plot-tp4639074.html
Sent from the R help mailing list archive at Nabble.com.

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.