Learn R Programming

stratEst (version 1.1.7)

round.stratEst.strategy: Round Method for stratEst.strategy

Description

Round Method for stratEst.strategy

Usage

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

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.

Arguments

x

An object of class stratEst.strategy.

digits

Further arguments passed to or from other methods.