-
Hi,
There is an inconsistency where Mack summary has all origin periods, but glmReserve drops the first origin period.
```{r}
library(ChainLadder)
dev_glm
-
The way the FASLR heatmap currently works is that it extracts the html representation returned from the chainladder heatmap, and then searches through the html text to find the colors applied to each …
-
```
load library
What is the expected output? What do you see instead?
expected output is loaded library, instead error message appears
Error : classes "mer", "summary.mer" are not exported by 'nam…
-
Hello,
I received the following traceback when trying to run the .valuation_correlation method:
```
Traceback (most recent call last):
File "/usr/lib/python3.10/code.py", line 90, in runcode…
-
## Problem
The value returned by `MackChainLadder()` depends on whether `Triangle` is passed directly (i.e. as a function argument) or using `magrittr`'s pipe operator (`%>%`):
```
library(Chai…
msenn updated
2 years ago
-
```
load library
What is the expected output? What do you see instead?
expected output is loaded library, instead error message appears
Error : classes "mer", "summary.mer" are not exported by 'nam…
-
chainladder currently relies on `patsy` for Wilkinson formulas (R-style formulas). This gets used in `BarnettZehnwirth` and `TweedieGLM`. However, `patsy` is no longer maintained and is instead replac…
-
Hi,
I think it would be very useful to add an option in the BootChainLadder function in order to allow the user to force development factors other than those stemming from a pure application of the…
-
In the definition of `as.triangle.data.frame`, the triangle is aggregated by taking all of the unique origin and development values and aggregating these values. (Triangles.R, lines 83-85).
When de…
-
Issue as per title., other classes in the package do not cause this error.
Tidiest workaround I've round is to pickle & unpickle the object.
Example:
```
import chainladder as cl
tri_name…