getColumnAndParametersNamesFIMInLatex {PFIM} | R Documentation |
Get the names of the names of the parameters associated to each column of the fim in Latex format.
Description
Get the names of the names of the parameters associated to each column of the fim in Latex format.
Usage
getColumnAndParametersNamesFIMInLatex(object, model)
## S4 method for signature 'BayesianFim'
getColumnAndParametersNamesFIMInLatex(object, model)
## S4 method for signature 'IndividualFim'
getColumnAndParametersNamesFIMInLatex(object, model)
## S4 method for signature 'PopulationFim'
getColumnAndParametersNamesFIMInLatex(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 in Latex format.
[Package PFIM version 6.0.3 Index]