Displaying 2 results from an estimated 2 matches for "odch".
Did you mean:
odc
2011 Aug 08
0
Odp: Fw: R function for Gage R&R
...ta.frame(test)
set.seed(1)
test$result<-runif(64)
test$result
[1] 0.26550866 0.37212390 0.57285336 0.90820779 0.20168193 0.89838968
[7] 0.94467527 0.66079779 0.62911404 0.06178627 0.20597457 0.17655675
...
ORanal(test$lab.work, test$sample, test$result, dig=4)
$tabulka
rozptyl smer.odch 5.15 sm.odch proc.rozpt. proc.sm.odch
Vzorky 0.0033 0.0573 0.2949 4.5105 21.2378
Oper 0.0005 0.0221 0.1137 0.6703 8.1872
Interakce 0.0031 0.0560 0.2886 4.3194 20.7832
Reprod 0.0027 0.0515 0.2653 3.6491 19.10...
2011 May 28
3
Three sigma rule
Dear Sir,
I have data, coming from tests, consisting of 300 values. Is there a way in
R with which I can confirm this data to 68-95-99.8 rule or three-sigma rule?
I need to look around percentile ranks and prediction intervals for this
data. I, however, used SixSigma package and used ss.ci() function, which
produced 95% confidence intervals. I still am not certain about percentile
ranks