We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fit_aoa
fit_aoa fails when there are NAs - so if you fit everything it will fail.
eng_ws_data <- get_instrument_data(language = "English (American)", form = "WS", item_info = TRUE, administration_info = TRUE) eng_ws_aoa_all <- fit_aoa(eng_ws_data) # chokes eng_ws_aoa <- fit_aoa(filter(eng_ws_data, item_kind == "word"))
also - do we want the bayesian method from the book?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
fit_aoa
fails when there are NAs - so if you fit everything it will fail.also - do we want the bayesian method from the book?
The text was updated successfully, but these errors were encountered: