powered by
Shiny app for mcvis exploration
shiny_mcvis(mcvis_result, X)
Output of the mcvis function
The original X matrix
A shiny app allowing for interactive exploration of mcvis results
# NOT RUN { if(interactive()){ set.seed(1) p = 10 n = 100 X = matrix(rnorm(n*p), ncol = p) mcvis_result = mcvis(X) shiny_mcvis(mcvis_result = mcvis_result, X = X) } # }
Run the code above in your browser using DataLab