List of individuals used in a population simulation
Super classes
rSharp::NetObject -> ospsuite::DotNetWrapper -> Population
Active bindings
countthe number of individual in the population
allCovariateNamesthe names of all covariates defined in the population
allParameterPathsthe paths of all parameters defined in the population
allIndividualIdsIds of individuals defined in the population
Methods
Inherited methods
rSharp::NetObject$.printClass()rSharp::NetObject$.printLine()rSharp::NetObject$call()rSharp::NetObject$get()rSharp::NetObject$getFields()rSharp::NetObject$getMemberSignature()rSharp::NetObject$getMethods()rSharp::NetObject$getProperties()rSharp::NetObject$getStaticFields()rSharp::NetObject$getStaticMethods()rSharp::NetObject$getStaticProperties()rSharp::NetObject$set()ospsuite::DotNetWrapper$initialize()
Method has()
Returns TRUE if the population has variability defined for parameterOrPath otherwise FALSE
Method setParameterValues()
Updates or adds the variability values in the population for parameterOrPath.
Method getParameterValues()
Returns the variability values defined in the population for parameterOrPath
Method getCovariateValues()
Returns the values defined in the population for the covariate named covariateName
Method getCovariateValue()
Returns the values defined in the population for the covariate named covariateName and individual with id individualId
Method getParameterValuesForIndividual()
Returns all values defined in the population the individual with id individualId
Method remove()
Removes the value of a parameter by path
Method print()
Print the object to the console