Welcome to magicdesign
:v: - an R package for creating and testing MAGIC population designs via simulation.
You will need the devtools
package to install magicdesign
. If you already have devtools
, you can skip to the line of code.
install.packages("devtools")
devtools::install_github("cjyang-work/magicdesign")
There is a high chance that R will ask you to install some package updates. Please ignore those updates because the update installations are buggy with devtools
. If you really want to install the updates, please do that separately.
To check if you have successfully installed magicdesign
, run the following:
library(magicdesign)
If you wish to use the Shiny app magicdesignee
, run the following:
magicdesignee()
Please refer to the following sites for further information including user instructions and FAQs.
Thank you for checking out magicdesign
and magicdesignee
. Please email me if you have any issue or suggestion.
Big thanks to Karl Broman, Fong Chun Chan, Dean Attali and R Markdown team for providing valuable resources in developing R package and Shiny app. Neither magicdesign
nor magicdesignee
would have been possible without these helpful guides. :+1:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.