calculateDigamma | R Documentation |
Calculate an estimate of the digamma function value of integers for dplyr and dbplyr dataframes. This will be estimated in SQL if needed.
calculateDigamma(df, inputVar, outputVar)
df |
- a dataframe |
inputVar |
- the reference to the column for which the digamma value will be calculated (this must be an integer) |
outputVar |
- the column that the digamma result will be written to |
the dataframe with an "outputVar" column containing the digamma value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.