setParameters: Set the parameters of an object.

setParametersR Documentation

Set the parameters of an object.

Description

Set the parameters of an object.

Usage

setParameters(object, parameters)

## S4 method for signature 'Distribution'
setParameters(object, parameters)

## S4 method for signature 'Model'
setParameters(object, parameters)

## S4 method for signature 'FedorovWynnAlgorithm'
setParameters(object, parameters)

## S4 method for signature 'MultiplicativeAlgorithm'
setParameters(object, parameters)

## S4 method for signature 'PGBOAlgorithm'
setParameters(object, parameters)

## S4 method for signature 'PSOAlgorithm'
setParameters(object, parameters)

## S4 method for signature 'SimplexAlgorithm'
setParameters(object, parameters)

Arguments

object

An object defined form a class of PFIM.

parameters

A list of parameters.

Value

The object with the updated list of parameters.


PFIM documentation built on Nov. 24, 2023, 5:09 p.m.