matrix2supp {hyper2}R Documentation

Convert a matrix to a likelihood function

Description

Functions to convert matrix observations to likelihood functions. Each row is an observation of some kind, and each column a player.

Function ordertable2supp() is documented separately at ordertable2supp.

Usage

saffy(M)
volley(M)

Arguments

M

A matrix of observations

Details

Two functions are documented here:

Author(s)

Robin K. S. Hankin

See Also

icons,volleyball

Examples


icons == saffy(icons_table)  # should be TRUE

volley(volleyball_table) == volleyball # also should be TRUE


[Package hyper2 version 3.0-0 Index]