Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bayesmeta
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Christian Roever
bayesmeta
Commits
d0609c45
Commit
d0609c45
authored
1 year ago
by
Christian Roever
Browse files
Options
Downloads
Patches
Plain Diff
extended Rubin1981 data
parent
72dc092c
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
data/Rubin1981.R
+4
-3
4 additions, 3 deletions
data/Rubin1981.R
man/Rubin1981.Rd
+1
-0
1 addition, 0 deletions
man/Rubin1981.Rd
with
5 additions
and
3 deletions
data/Rubin1981.R
+
4
−
3
View file @
d0609c45
...
@@ -6,6 +6,7 @@
...
@@ -6,6 +6,7 @@
#
#
Rubin1981
<-
data.frame
(
"school"
=
c
(
"A"
,
"B"
,
"C"
,
"D"
,
"E"
,
"F"
,
"G"
,
"H"
),
Rubin1981
<-
data.frame
(
"school"
=
c
(
"A"
,
"B"
,
"C"
,
"D"
,
"E"
,
"F"
,
"G"
,
"H"
),
"effect"
=
c
(
28.39
,
7.94
,
-2.75
,
6.82
,
-0.64
,
0.63
,
18.01
,
12.16
),
"n"
=
as.integer
(
c
(
50
,
79
,
39
,
91
,
99
,
72
,
94
,
35
)),
"stderr"
=
c
(
14.9
,
10.2
,
16.3
,
11.0
,
9.4
,
11.4
,
10.4
,
17.6
),
"effect"
=
c
(
28.39
,
7.94
,
-2.75
,
6.82
,
-0.64
,
0.63
,
18.01
,
12.16
),
stringsAsFactors
=
FALSE
)
"stderr"
=
c
(
14.9
,
10.2
,
16.3
,
11.0
,
9.4
,
11.4
,
10.4
,
17.6
),
stringsAsFactors
=
FALSE
)
This diff is collapsed.
Click to expand it.
man/Rubin1981.Rd
+
1
−
0
View file @
d0609c45
...
@@ -7,6 +7,7 @@
...
@@ -7,6 +7,7 @@
\format{The data frame contains the following columns:
\format{The data frame contains the following columns:
\tabular{lll}{
\tabular{lll}{
\bold{school} \tab \code{character} \tab school identifier \cr
\bold{school} \tab \code{character} \tab school identifier \cr
\bold{n} \tab \code{integer} \tab number of students \cr
\bold{effect} \tab \code{numeric} \tab effect estimate \cr
\bold{effect} \tab \code{numeric} \tab effect estimate \cr
\bold{stderr} \tab \code{numeric} \tab associated standard error
\bold{stderr} \tab \code{numeric} \tab associated standard error
}
}
...
...
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