View source: R/predict_values.R
download_mod | R Documentation |
Download models so that predicted quality scores can be generated in the predict_quality function
download_mod(model)
model |
A string telling which scoring model to use. Options are: 'rb_mod1', 'rb_mod2', 'rb_mod3narr', 'rb_mod3exp', 'rb_mod3per', 'rb_mod3all', 'rb_mod3narr_v2', 'rb_mod3exp_v2', 'rb_mod3per_v2', or 'rb_mod3all_v2' for ReaderBench files, 'coh_mod1', 'coh_mod2', 'coh_mod3narr', 'coh_mod3exp', 'coh_mod3per' or 'coh_mod3all' for Coh-Metrix files, or 'gamet_cws1' for GAMET files |
Sterett H. Mercer <sterett.mercer@ubc.ca>
predict_quality
#load package
library(writeAlizer)
#Download ReaderBench Model 2
download_mod('rb_mod2')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.