-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathDESCRIPTION
52 lines (52 loc) · 1.41 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Package: vit
Imports: grid, gWidgets, RGtk2, gWidgetsRGtk2, plyr, dichromat, RODBC
Maintainer: Ben Stevenson <[email protected]>
License: GPL
Title: Visual Inference Tools
LazyData: true
Type: Package
Author: Garrett Grolemund <[email protected]>,
Ben Stevenson <[email protected]>,
Danny Chang, Vivian Li
Description: Traditional methods of teaching statistical
inference rely on concepts that are unfamiliar to students,
such as probability distributions. This may overwhelm a
student's cognitive load and hinder understanding. These
tools simplify the intuition behind inference to a visual
level. They can be used to develop a student's intuitions
about inference before teaching mathematical and
probabilistic concepts.
Enhances:
Version: 0.1.0
Depends: R (>= 2.13)
Collate:
'actions.R'
'animation-test.R'
'canvas-refclass.R'
'canvas-viewports.R'
'data-methods-1d-numeric.R'
'data-methods-2d-mixed.R'
'error-checks.R'
'grob-boxplot.R'
'grob-ci.R'
'grob-coloureddatatext.R'
'grob-datatext.R'
'grob-ghosts.R'
'grob-hist.R'
'grob-propbar.R'
'gui-bootstrap.R'
'gui-CI.R'
'gui-environment.R'
'gui-functions.R'
'gui-interface.R'
'gui-permutation.R'
'helpers.R'
'load-functions.R'
'methods-bootstrapping-mean.R'
'methods-bootstrapping-median.R'
'methods-CI-mean.R'
'methods-CI-median.R'
'methods-permutation-mean.R'
'methods-permutation-median.R'
'stackPoints.R'
'unimplemented-stuff.R'