| ... | @@ -6,14 +6,37 @@ GUI of Traditional SAE |
... | @@ -6,14 +6,37 @@ GUI of Traditional SAE |
|
|
|
|
|
|
|
2. Dependencies
|
|
2. Dependencies
|
|
|
- Open R project
|
|
- Open R project
|
|
|
- Install the following package
|
|
- Install the following package <br>
|
|
|
- shiny
|
|
1 shiny
|
|
|
- ggplot2
|
|
|
|
|
- shinycssloaders
|
|
```
|
|
|
- plotly
|
|
install.packages('shiny')
|
|
|
- shinythemes
|
|
```
|
|
|
|
2 ggplot2
|
|
|
|
|
|
|
|
```
|
|
|
|
install.packages('ggplot2')
|
|
|
|
```
|
|
|
|
3 shinycssloaders
|
|
|
|
|
|
|
|
```
|
|
|
|
install.packages('shinycssloaders')
|
|
|
|
```
|
|
|
|
4 plotly
|
|
|
|
|
|
|
|
```
|
|
|
|
install.packages('plotly')
|
|
|
|
```
|
|
|
|
5 shinythemes
|
|
|
|
|
|
|
|
```
|
|
|
|
install.packages('shinythemes')
|
|
|
|
```
|
|
|
- resample
|
|
- resample
|
|
|
|
|
|
|
|
|
```
|
|
|
|
install.packages('shinythemes')
|
|
|
|
```
|
|
|
3. Open Program
|
|
3. Open Program
|
|
|
|
|
|
|
|
Simulated function in survey complex design
|
|
Simulated function in survey complex design
|
| ... | | ... | |