Nothing
#' @keywords internal
.onAttach <- function(libname, pkgname){
msg <- paste("Thank you for using our package. The part concerning invalid IV in the package in still in progress and we only support point estimation.")
packageStartupMessage(msg)
msg <- paste0('We politely ask you to cite our package using: citation("', pkgname, '"). It will be appreciated. ')
packageStartupMessage(msg)
}
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.