Skip to content

R package to compute Letter Values.

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

gilberto-sassi/lettervalue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Letter Values for the course Exploratory Data Analysis (MATD39) at Federal University of Bahia (Brazil). The approach implemented in the package is presented in the textbook of Montgomery and Runger (2010) <ISBN: 0-471-38491-7>.

Example

In this example, we’ve used the dataset rivers, which is available in R and it is a vector.

library(lettervalue)
letter_value(rivers)

## n = 141
## 
##     rivers                
##     ----------------------
## M 71|        425         |
## F 36| 310           680  |
## 1 1 | 135           3710 |

About

R package to compute Letter Values.

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages