Open amvillegas opened 4 years ago
Good idea about a printing function for bootstrapped objects; or maybe functions such as "coef" to extract the parameters (as in coef.fitStMoMo) and one to extract rates? Good idea about a printing function for bootstrapped objects; or maybe functions such as "coef" to extract the parameters (as in coef.fitStMoMo) and one to extract rates?
i was looking into the query i got on GitHub about the "bootstrap" function in StMoMo. Check the code taken from the examples of that function (with just 5 bootstrap samples): library("StMoMo")
but the last command to extract the bootstrapped parameters gives me the error
I tried different bootstrap alternatives but they all give me the same error. After debugging, it seems this is prompted by the function
getMinimalFitStMoMo
and by the call to "structure". The error is really related to the print method forfitStMoMo
We may need to create a new print method for the bootstrapped samples