Displaying 3 results from an estimated 3 matches for "gunload".
Did you mean:
unload
2007 Apr 27
1
Example of mcmcsamp() failing with lmer() output
Hi,
I would appreciate help with the following model
<<1>>=
gunload <- read.table(hh('datasets/gunload.dat'), header = T)
gunload$method <- factor(gunload$method, labels = c('new', 'old'))
gunload$physique <- factor(gunload$group, labels = c('slight',
'average', 'heavy'))
gunload$team9 <- factor(rep(1:9,...
2006 Aug 16
1
How to pass an array to a javascript function.
...<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script type="text/javascript" language="Javascript"
src="init_demo_report.js">
</script>
</head>
<body onload="zip_map(<%= @zip_geo %>)" onunload="GUnload()">
....
....
....
</body>
</html>
THE FILE "init_demo_report.js" contains this code:
function zip_map(zip_geo) {
....
....
....
}
Any help will be appreciated, thank you.
--
Posted via http://www.ruby-forum.com/...
2010 Feb 25
0
nested design
This is a nested design where team is nested in group. Method is fixed, while
team and group are random. Is this the correct R code for this?
gunload.aov <- aov(rounds ~ method+group + Error((team %in%
group)/method),data=gunload, qr=T)
--
View this message in context: http://n4.nabble.com/nested-design-tp1569449p1569449.html
Sent from the R help mailing list archive at Nabble.com.