List of individuals used in a population simulation
Super classes
rSharp::NetObject -> 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()DotNetWrapper$initialize()
Population$has()
Returns TRUE if the population has variability defined for parameterOrPath otherwise FALSE
Population$setParameterValues()
Updates or adds the variability values in the population for parameterOrPath.
Population$getParameterValues()
Returns the variability values defined in the population for parameterOrPath
Population$getCovariateValues()
Returns the values defined in the population for the covariate named covariateName
Population$getCovariateValue()
Returns the values defined in the population for the covariate named covariateName and individual with id individualId
Population$getParameterValuesForIndividual()
Returns all values defined in the population the individual with id individualId