In death rate trigger there is a parameter call parms_cox that is a common_parms function.
We will need to check if this is being used correctly because this is the structure of things that are common across subjects and I don't know why we would change the name of it inside the function compared to earlier uses. We should be consistent inside the function I suspect. In other places it is called parms and I suspect the input is correct.
But this way of coding makes it look like we are using some other version of the Common_parms structure where we are really just using different parts of the structure.
In death rate trigger there is a parameter call parms_cox that is a common_parms function.
We will need to check if this is being used correctly because this is the structure of things that are common across subjects and I don't know why we would change the name of it inside the function compared to earlier uses. We should be consistent inside the function I suspect. In other places it is called parms and I suspect the input is correct.
But this way of coding makes it look like we are using some other version of the Common_parms structure where we are really just using different parts of the structure.