Learn R Programming

metap (version 1.5)

dat.metap: Example data

Description

The package contains the following datasets: beckerp, cholest, edgington, mourning, naep, rosenthal, teachexpect, and validity.

Usage

data(dat.metap)

Arguments

Format

A list with the following elements:

beckerp

A vector of length 5

cholest

A vector of length 34

edgington

A vector of length 7

naep

A data frame with 34 observations on the following 2 variables.

state

a factor with levels AL, AR, AZ, CA, CO, CT, DE, FL, GA, HI, IA, ID, IN, KY, LA, MD, MI, MN, NC, ND, NE, NH, NJ, NM, NY, OH, OK, PA, RI, TX, VA, WI, WV, WY,

p

a numeric vector

mourning

A data frame with 9 observations on the following 3 variables.

stance

a factor with levels No stand, Opponent, Supporter

grade

a factor with levels G11-12, G7-8, G9-10

p

a numeric vector

rosenthal

A data frame with 5 observations on the following 3 variables.

t

A numeric vector of values of t

df

a numeric vector of degrees of freedom

p

a numeric vector of one sided p values

teachexpect

A vector of length 19

validity

A vector of length 20

Details

beckerp

Hypothetical p values from becker94;textualmetap

cholest

p-values from trials of interventions for lowering cholesterol lowering from sutton00;textualmetap

edgington

Hypothetical p values from edgington72a;textualmetap

mourning

Results from a study of mourning practices of Israeli youth following the assassination of Itzakh Rabin from benjamini00;textualmetap

naep

Results of mathematical achievment scores from the National Assessment of Educational Progress from benjamini00;textualmetap

rosenthal

Hypothetical example from rosenthal78;textualmetap

teachexpect

p-values from studies of the effect of manipulating teacher expectancy on student IQ from becker94;textualmetap

validity

p-values from studies of validity of student ratings of their instructors from becker94;textualmetap

References

Examples

Run this code
# NOT RUN {
data(dat.metap)
# }

Run the code above in your browser using DataLab