Nothing
## File Name: gdina_proc_hogdina_theta_distribution.R
## File Version: 0.03
gdina_proc_hogdina_theta_distribution <- function(G)
{
reduced.skillspace <- FALSE
theta.k <- seq( -6,6, len=21 )
wgt.theta <- stats::dnorm( theta.k )
w1 <- wgt.theta / sum( wgt.theta )
wgt.theta <- matrix( w1, nrow=length(w1), ncol=G)
#--- OUTPUT
res <- list(theta.k=theta.k, reduced.skillspace=reduced.skillspace, wgt.theta=wgt.theta)
return(res)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.