Learn R Programming

MEET (version 5.1.1)

pvalue: P value

Description

This function calculates p-value under numerical distribution

Usage

pvalue(a, dist)

Arguments

a
Numerical value
dist
Numerical distribution

Details

This function needs the next packages: KernSmooth and Hmisc

Examples

Run this code
require("MEET")
dist<-rnorm(10000,0,1)
pvalue(a=3.298,dist)

Run the code above in your browser using DataLab