structuralParam-set: Method to set structural parameter attributes

structuralParam<-R Documentation

Method to set structural parameter attributes

Description

Method to set structural parameter attributes

Usage

structuralParam(.Object, parameterNames) <- value

Arguments

.Object

Model with the parameter

parameterNames

The names of structural parameters

value

A value of the fixed effect to be set

Examples


structuralParam(model, "Cl") <- c(style = LogNormal, initialValue = "0.75")

structuralParam(model, "Cl2") <- c(style = Custom, code = "stparm(V=10^(tvlog10V + nlog10V))")


Certara.RsNLME documentation built on April 3, 2025, 11:04 p.m.