Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
mc-ve-informative-prior
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Finn Hughes
mc-ve-informative-prior
Commits
abc93f85
Commit
abc93f85
authored
5 months ago
by
Finn Hughes
Browse files
Options
Downloads
Patches
Plain Diff
Update R code
parent
3ff6ab51
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Final_TM_Code.R
+3
-0
3 additions, 0 deletions
Final_TM_Code.R
with
3 additions
and
0 deletions
Final_TM_Code.R
+
3
−
0
View file @
abc93f85
...
@@ -220,4 +220,7 @@ plot(c((1:9)/10,1:15),c(sdsmallJi,sdtestJi),type="l",lwd=4,col=2,xlab="alpha",yl
...
@@ -220,4 +220,7 @@ plot(c((1:9)/10,1:15),c(sdsmallJi,sdtestJi),type="l",lwd=4,col=2,xlab="alpha",yl
lines
(
c
((
1
:
9
)
/
10
,
1
:
15
),
c
(
sdsmallb
,
sdtestb
),
lwd
=
4
,
lty
=
2
,
col
=
"yellow"
)
lines
(
c
((
1
:
9
)
/
10
,
1
:
15
),
c
(
sdsmallb
,
sdtestb
),
lwd
=
4
,
lty
=
2
,
col
=
"yellow"
)
abline
(
h
=
sd
(
yiJ
),
col
=
1
)
abline
(
h
=
sd
(
yiJ
),
col
=
1
)
abline
(
h
=
sd
(
yiperf
),
col
=
4
)
abline
(
h
=
sd
(
yiperf
),
col
=
4
)
abline
(
v
=
0
,
lty
=
2
,
col
=
3
)
legend
(
x
=
"right"
,
legend
=
c
(
"JCGM 101 + inf."
,
"MC-VE inf."
,
"JCGM 101 + No PK"
,
"JCGM 101 + Perfect PK"
),
fill
=
c
(
2
,
"yellow"
,
1
,
4
))
legend
(
x
=
"right"
,
legend
=
c
(
"JCGM 101 + inf."
,
"MC-VE inf."
,
"JCGM 101 + No PK"
,
"JCGM 101 + Perfect PK"
),
fill
=
c
(
2
,
"yellow"
,
1
,
4
))
par
(
cex
=
1.25
)
text
(
x
=
rep
(
5
,
2
),
y
=
c
(
sd
(
yiJ
)
+0.005
,
sd
(
yiperf
)
-0.005
),
pos
=
4
,
labels
=
c
(
expression
(
paste
(
alpha
%->%
0
,
" (No PK)"
)),
expression
(
paste
(
alpha
%->%
infinity
,
" (Perfect PK)"
))),
col
=
c
(
1
,
4
))
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment