I want to calculate the derivative of digamma function in R.
R has an existing function called digamma
, but I cannot find a function for the derivative of digamma function. Is it possible to write code for differentiated digamma function in R?
Thanks.