Skip to content
This repository was archived by the owner on May 12, 2019. It is now read-only.
This repository was archived by the owner on May 12, 2019. It is now read-only.

Use Pkg.dir instead of explicit file path in examples #24

@dmbates

Description

@dmbates

In examples/probit_regression.jl, for example, it is better to use

vaso = readdlm(Pkg.dir("MCMC","examples","vaso.txt"), ' ')

than the current

vaso = readdlm("vaso.txt", ' ')

so that the script can be run from other directories.

I can submit a pull request if desired.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions