Skip to content

R package for the three basic courses Statistik och dataanalys I, II and III

License

MIT, MIT licenses found

Licenses found

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

StatisticsSU/sda123

Repository files navigation

sda123

R-paketet med hjälpfunktioner och data för kurserna Statistik och dataanalys I, II och III vid Stockholms universitet.

Installation

För att installera paketet sda123 behöver du först installera paketet remotes. Paketet remotes innehåller funktionen install_github() som gör det möjligt att installera paket direkt från GitHub! När paketet väl är installerat på din dator behöver du endast använda library(sda123) för att komma åt funktionerna och dataseten i paketet.

install.packages("remotes")
library(remotes)
install_github("StatisticsSU/sda123") 

About

R package for the three basic courses Statistik och dataanalys I, II and III

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages