summarize.pomics {Pomic}R Documentation

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

Details

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

Value

Return a data frame containing:

deltas the differences of POMIC scores to the best one
Liks the likelihood of each model to be the best one
wPomic the weights of evidence of each model

Author(s)

Cyril Piou
cyril.piou@yahoo.fr

See Also

summarize.parameters analyse.pomics pomic

Examples

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

[Package Pomic version 0.9.1 Index]