Thanks to visit codestin.com
Credit goes to github.com

Skip to content

grossbach/praktikr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

praktikr

The R package praktikr contains functions to ease handling of subjective, and often sparse, deliberate practice time estimates, retrospectively collected from domain experts such as chess players and musicians. Mean daily hours of deliberate practice are used to calculate the cumulative practice hours someone has spent practicing in their field of expertise.

To install praktikr, issue the following commands at the R prompt:

if (!require("remotes")) {
  install.packages("remotes")
}
remotes::install_github("grossbach/praktikr")

praktikr's vignette has more information on how to use the package:

vignette("praktikr")

About

An R package for dealing with deliberate practice time data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages