Skip to content

Commit c003b1e

Browse files
committed
Merge pull request #4 from stan-dev/update_openbugs_url
change url of openbugs from openbugs.info to openbugs.net
2 parents 2eb57b6 + 5e9c505 commit c003b1e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+46
-46
lines changed

bugs_examples/vol1/blocker/blocker.stan

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#DOC See \url{http://www.openbugs.info/Examples/Blockers.html}.
1+
#DOC See \url{http://www.openbugs.net/Examples/Blockers.html}.
22
data {
33
int<lower=0> N;
44
int<lower=0> nt[N];

bugs_examples/vol1/bones/bones.stan

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Bones: latent trait model for multiple ordered
33
* categorical responses
4-
* http://www.openbugs.info/Examples/Bones.html
4+
* http://www.openbugs.net/Examples/Bones.html
55
*
66
*
77
* Note:

bugs_examples/vol1/dyes/dyes.stan

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Dyes: variance components model
2-
# http://www.openbugs.info/Examples/Dyes.html
2+
# http://www.openbugs.net/Examples/Dyes.html
33

44
data {
55
int BATCHES;

bugs_examples/vol1/equiv/equiv.stan

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Equiv: bioequivalence in a cross-over trial
2-
# http://www.openbugs.info/Examples/Equiv.html
2+
# http://www.openbugs.net/Examples/Equiv.html
33

44
data {
55
int<lower=0> P;

bugs_examples/vol1/inhalers/inhalers.stan

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Inhaler: ordered categorical data
2-
## http://www.openbugs.info/Examples/Inhalers.html
2+
## http://www.openbugs.net/Examples/Inhalers.html
33

44
## FIXME ii:
55
## specify using categorical distribution directly

bugs_examples/vol1/kidney/kidney.stan

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# http://www.mrc-bsu.cam.ac.uk/bugs/winbugs/Vol1.pdf
22
# Page 51: Kidney: Weibull regression with random efects
3-
# http://www.openbugs.info/Examples/Kidney.html
3+
# http://www.openbugs.net/Examples/Kidney.html
44

55
data {
66
int<lower=0> NP;

bugs_examples/vol1/leuk/leuk.stan

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Leuk: Cox regression
33
* URL of OpenBugs' implementation:
4-
* http://www.openbugs.info/Examples/Leuk.html
4+
* http://www.openbugs.net/Examples/Leuk.html
55
*/
66

77
data {

bugs_examples/vol1/leuk/leuk.stan.0

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Leuk: Cox regression
22
# URL of OpenBugs' implementation:
3-
# http://www.openbugs.info/Examples/Leuk.html
3+
# http://www.openbugs.net/Examples/Leuk.html
44
data {
55
int<lower=0> N;
66
int<lower=0> NT;

bugs_examples/vol1/leukfr/leukfr.stan

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* BUGS example vol 1: LeukFr
33
* http://mathstat.helsinki.fi/openbugs/Examples/Leukfr.html
4-
* http://www.openbugs.info/Examples/Leukfr.html
4+
* http://www.openbugs.net/Examples/Leukfr.html
55
*
66
* The result for sigma is a bit different from those in the
77
* webpage.

bugs_examples/vol1/leukfr/leukfr.stan.0

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# BUGS example vol 1: LeukFr
22
# http://mathstat.helsinki.fi/openbugs/Examples/Leukfr.html
3-
# http://www.openbugs.info/Examples/Leukfr.html
3+
# http://www.openbugs.net/Examples/Leukfr.html
44

55
# The result for sigma is a bit different from those in the
66
# webpage.

0 commit comments

Comments
 (0)