v1.4.2
Changes in function features
-
LC_andLT_functions now have warnings messages for not supplying a variable for theweightsargument. This is due to only needing to supply if you are taking the response / total for your response variable within the formula call ofLC_probit. Otherwise if you usecbind(response, non-response)method you do not need to supply weights. If you do the model will be incorrect. If you don't supplyweightsthere is a warning that will help you to make sure you are using one method or the other. -
This stackExchange question explains the differences to using
cbind()vs.respone / totalmethod. cbind() function in R for a logistic regression