Skip to content

thomaswiemann/MyMethods.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyMethods.jl

MyMethods.jl is a Julia package with common methods from applied econometrics.

Installation

The package may be directly loaded from GitHub using Pkg:

using Pkg;
Pkg.add(url="https://github.com/thomaswiemann/MyMethods.jl")

Load Package

After installation, load the package in your current Julia session per the usual command:

using MyMethods

Remove Package

The package may be removed using Pkg:

using Pkg;
Pkg.rm("MyMethods")

About

A collection of Julia implementations for applied econometrics.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages