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

View source: R/round_stratEst_strategy.R

round.stratEst.strategyR 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.


stratEst documentation built on Dec. 1, 2022, 1:13 a.m.