getColumnAndParametersNamesFIM {PFIM} | R Documentation |
Get the names of the names of the parameters associated to each column of the fim.
Description
Get the names of the names of the parameters associated to each column of the fim.
Usage
getColumnAndParametersNamesFIM(object, model)
## S4 method for signature 'BayesianFim'
getColumnAndParametersNamesFIM(object, model)
## S4 method for signature 'IndividualFim'
getColumnAndParametersNamesFIM(object, model)
## S4 method for signature 'PopulationFim'
getColumnAndParametersNamesFIM(object, model)
Arguments
object |
An object from the class Fim. |
model |
An object from the class Model. |
Value
A list giving the names of the parameters associated to each column of the fim.
[Package PFIM version 6.0.3 Index]