modelbased icon indicating copy to clipboard operation
modelbased copied to clipboard

Estimate_expectation, Error: Predictions and standard errors are not of the same length. Please specify the `data` argument.

Open ManuelSpinola opened this issue 5 months ago • 5 comments

When I try estimate_expectation I got the following error:

m1_predict <- estimate_expectation(m1, data = rec_hex_6_03_df, type = "response")

Error: Predictions and standard errors are not of the same length. Please specify the data argument.

ManuelSpinola avatar Sep 25 '24 00:09 ManuelSpinola