## File Name: nedelsky.latresp.R
## File Version: 0.113
#---- latent responses for Nedelsky function
nedelsky.latresp <- function(K)
{
nodes <- c(0,1)
ndim <- K
combis <- as.matrix( expand.grid( as.data.frame(
matrix( rep(nodes, ndim), ncol=ndim ))))
return(combis)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.