Skip to content
Snippets Groups Projects
Select Git revision
  • 6a6fa61f4e335065504ade46f478d7ab92a75428
  • main default protected
2 results

README.md

Blame
  • user avatar
    Bartke authored
    6a6fa61f
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.

    sozoeko1

    R package for lecture "Oekonometrie 1" im Bachelor "Sozialökonomie" an der Universität Hamburg

    Installation

    Either:
    #install.packages("remotes")
    #library(remotes)
    remotes::install_gitlab("baz9527/sozoeko1", host="gitlab.rrz.uni-hamburg.de")

    or:

    #install.packages("devtools")
    #library(devtools)
    devtools::install_git("https://gitlab.rrz.uni-hamburg.de/baz9527/sozoeko1.git")

    Usage

    Load package:
    #library(sozoeko1)

    Load a dataset from package (e.g. food):
    food

    Get help for the package in RStudio:
    ?sozoeko1

    Get help for a dataset in the package in RStudio:
    ?food

    Support

    If you find a bug please contact: simon.bartke@uni-hamburg.de

    Roadmap

    Package should be used in teaching Oekonometrie 1 at WiSo-Fakultaet, area Socioeconomics at Hamburg University in Winter 2022.

    Contributing

    Contributions are welcome. Please contact simon.bartke@uni-hamburg.de if you would like to contribute.

    Authors and acknowledgment

    Simon Bartke

    License

    CC BY-NC-ND

    Project status

    Active

    Check

    Can I Still push? Nestor