popmean {ivmte} | R Documentation |
Calulating population mean
Description
Given a distribution, this function calculates the population mean for each term in a formula.
Usage
popmean(formula, distribution, density = "f")
Arguments
formula |
formula, each term of which will have its mean calculated. |
distribution |
data.table, characterizing the distribution of
the variables entering into |
density |
string, name of the variable |
Value
vector, the means for each term in formula
.
[Package ivmte version 1.4.0 Index]