Re: [R] Normalized data

2007-10-22 Thread Klaus Friis Østergaard
2007/10/22, Petr PIKAL <[EMAIL PROTECTED]>: > > Hi > > [EMAIL PROTECTED] napsal dne 22.10.2007 14:01:14: > > > Hi, > > > > I need to calculate either Error or Normalized values based on the > following > > principle: > > > > Error = Observed value - reference value > > Normalized value = Observed V

[R] Normalized data

2007-10-22 Thread Klaus Friis Østergaard
Hi, I need to calculate either Error or Normalized values based on the following principle: Error = Observed value - reference value Normalized value = Observed Value - Part average appraiser <- rep(rep(1:3,c(3,3,3)),10) trail <- rep(rep(1:3,3),10) part <- rep(1:10,c(9,9,9,9,9, 9,9,9,9,9)) value