You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the placement starts graph counts every placement start. However, we've added some artificial starts that are based on the child ageing into the next age bracket, as this is easier for modelling transitions.
These need to be removed. I think the easiest way to do this will be by:
amending the logic that creates these placements (in datacontainer) to label the RNE as "A" (for age) or something similar
filter RNE = "A" placements out when plotting historic starts
The text was updated successfully, but these errors were encountered:
Currently, the placement starts graph counts every placement start. However, we've added some artificial starts that are based on the child ageing into the next age bracket, as this is easier for modelling transitions.
These need to be removed. I think the easiest way to do this will be by:
The text was updated successfully, but these errors were encountered: