Displaying 4 results from an estimated 4 matches for "pr6".
Did you mean:
p6
2010 Sep 15
4
Video syntax
I'm planning to update Mango <http://mango.io/wtf?> to facilitate adding
video to Markdown documents. At the moment, of course, it's possible to
include video by including the appropriate HTML. There are three reasons,
though, that having syntax (official or unofficial) for video is a good
idea:
- *Simplicity.* Writing something like [youtube:gPbh6Ru7VVM] is easy.
Including
2011 Apr 09
1
loop and sapply problem, help need
...<- c(11, 22, 33, 44, 11, 22, 33, 33, 22, 11)
lcd2 <- c(22, 11, 44, 11, 33, 11, 22, 22, 11, 22)
lcd3 <- c(12, 12, 34, 14, 13, 12, 23, 23, 12, 12)
#generating variables through sampling
pvec <- c("PR1", "PR2", "PR3", "PR4", "PR5", "PR6", "PR7", "PR8", "PR9",
"PR10")
fun11 <- function(x){
smpool <- c(1,2,3,3)
x <- sample(smpool, 10, replace= TRUE)
}
newd <- sapply (pvec, fun11)
# function to recode this new generated data
fun3 <- function(x) {
(if ( x =...
2006 Aug 14
1
More mongrel pre-release crashes
...GSyE9QbMTF6bW21z0/XnZ5
tM/R/97g/7m6y0dKcHBzn1pcetPW/q+y0sTJ/Ly/2iUqUFNaiJae1sTG1O7w
/1BWfauwy9jg/+Hn/szR49Le/9nb4fj5/O7v8tPU12ZwhiAlL7W2uNzl9O/1
/2JugOfw/uHv//Lz9OXm5/D6/8zOz/v+/+/+//T//xwdHfX29uvs7BwfHSU9
KRoxHTJKNRAoEj5XQAcgB/3+/YuOiXJzcPDy5uDjzOvu2cHDtC0uJd7ivvj6
6v7/9v7/8R4eHCAgH///+15eXf///v39/Pr6+aCbi9fTyoaBeSQcGuXe3R4a
Gv7+/iAgIB8fHx4eHv///yH5BAEAAP8ALAAAAABNADkAAAj/ALsJ7PYtnEGD
3bhx88ZtYEKFDAkenEixosWL4b518waO4cKOAgsedEbS2ZUqVahoydGrUiYu
dooAuQWkppQYJYI88eOnioWfQIP+HGHhk9Cg/DopPbMlzZwW1AIwqzXLUqAM
IBbo2GEkkJSSzlZFATJMlhRDmGpEqRFIFpBKR67MqZOmyqdIPQUI6NdPr1+9
fM/IONP3794zjfxcGsUpyBssX4pZ0qU...
2003 Jun 17
1
lme() vs aov(y ~ A*B + Error(aa %in% A + bb %in% B)) [repost]
I've posted the following to R-help on May 15.
It has reproducible R code for real data -- and a real
(academic, i.e unpaid) consultion background.
I'd be glad for some insight here, mainly not for myself.
In the mean time, we've learned that it is to be expected for
anova(*, "marginal") to be contrast dependent, but still are
glad for advice if you have experience.
Thank