Learn R Programming

Pomic (version 0.9.1)

summarize.pomics: Analyse a series of pomic scores

Description

This function calculate the POMIC differences, likelihood and weights of evidence.

Usage

summarize.pomics(scores)

Arguments

scores
Numerical, a vector of pomic scores

Value

  • Return a data frame containing:
  • deltasthe differences of POMIC scores to the best one
  • Liksthe likelihood of each model to be the best one
  • wPomicthe weights of evidence of each model

Details

The scores of POMIC should be raw values considering only one pattern and corresponding each to a model (or parameterization).

See Also

summarize.parameters analyse.pomics pomic

Examples

Run this code
modelscores<-runif(50,100,400)
res<-cbind(models=paste("model",1:50),modelscores,summarize.pomics(modelscores))
res[order(modelscores),]

Run the code above in your browser using DataLab