round.stratEst.strategy {stratEst}R Documentation

Round Method for stratEst.strategy

Description

Round Method for stratEst.strategy

Usage

## S3 method for class 'stratEst.strategy'
round(x, digits = 0)

Arguments

x

An object of class stratEst.strategy.

digits

Further arguments passed to or from other methods.

Value

A stratEst.strategy object with rounded variable values. A data.frame with the following variables:

prob.x

the probability of choice x.

tremble

the probability to observe a tremble.

tr(x)

the deterministic state transitions of the strategy for input x.


[Package stratEst version 1.1.6 Index]