Package: |
predictionInterval |
Type: |
Package |
Version: |
1.0.0 |
Date: |
2016-08-19 |
License: |
MIT License + file LICENSE |
pi.r
creates a prediction interval for a correlation (i.e., r )
pi.d
creates a prediction interval for a standardized mean difference (i.e., d )
pi.m
creates a prediction interval for a mean (i.e., M )
pi.r.demo
demonstrates PI capture percentage for a correlation (i.e., r )
pi.d.demo
demonstrates PI capture percentage for a standardized mean difference (i.e., d )
pi.m.demo
demonstrates PI capture percentage for a mean (i.e., M )
pi.r(r=.35,n=100,rep.n=200)
pi.d(d=.65,n1=50,n2=50,rep.n1=100,rep.n2=100)
pi.m(M=2.53,SD=1.02,n=40,rep.n=80)
Run the code above in your browser using DataLab