leem {leem}R Documentation

Graphical User Interface for leem package

Description

leem A Graphical User Interface (GUI) for the leem package

Usage

leem(gui = TRUE)

Arguments

gui

Logical argument, TRUE or FALSE. The default is TRUE

Value

leem presents GUI with various problems for the teaching of statistics and mathematics. The idea is to use this package to learn these subjects without necessarily programming in R

Examples

# Loading package
library(leem)
if (interactive()) {
  leem(gui = FALSE)
}

[Package leem version 0.1.0 Index]