Displaying 2 results from an estimated 2 matches for "ktotal".
Did you mean:
total
2003 Aug 04
1
Processing "BIND8-like" statistics
....
Is there a way to get the stats only from the UDP daemon?
* I do not see any difference in the logs,
* I do not see any difference in 'ps auxwww' output.
So, the script has to implement AI to guess which is the right
daemon. How do people who maintains
<URL:http://k.root-servers.org/ktotal/-daily.html> do?
2009 Dec 15
1
error when using multcomp and lm
...error: 0.4173 on 1007 degrees of freedom
Multiple R-squared: 0.8999, Adjusted R-squared: 0.8989
F-statistic: 905.6 on 10 and 1007 DF, p-value: < 2.2e-16
When I try to use the "multcomp" I this is what happens:
tuk1 <- glht(m1, linfct = mcp(Crosstype="Tukey"))
Error in Ktotal[count:(count + nrow(h$K) - 1), h$where] <- h$K :
number of items to replace is not a multiple of replacement length
After reading through the numerous posts and vignettes, I tried this:
K <- contrMat(table(Data.age$Crosstype), type="Tukey")
and get this:
K
Multiple Comparis...