Learn R Programming

ashr (version 2.0.5)

normal_lik: Likelihood object for normal error distribution

Description

Creates a likelihood object for ash for use with normal error distribution

Usage

normal_lik()

Arguments

Examples

Run this code
   z = rnorm(100) + rnorm(100) # simulate some data with normal error
   ash(z,1,lik=normal_lik())

Run the code above in your browser using DataLab