shiny.clme: Shiny GUI for CLME
Description
A graphical user interface to run CLME, built from the shiny package.Usage
shiny.clme()
shiny.server(input,output)
shiny.ui()
Details
Currently the GUI does not allow specification of custom orders for the alternative hypothesis. Future versions will enable this capability.
The data file should be a CSV file with the first row being a header. The format should be:
$$\left[ Y : X_{1} : X_{2} : U \right]$$,
where ':' denotes column-binding (i.e., the first column is Y, the next p1 columns are the columns of X1, etc). These must be formatted appropriately. For example, $X_{1}$ should not be a factor, but rather a matrix where each column is an indicator for membership in a factor level.
Currently the user interface requires manual input for the number of columns of $X_{1}$, $X_{2}$, and $U$. If there are no covariates or random effects, set the number of columns for those terms to zero (default).