View source: R/impute_spring.R
impute_spring | R Documentation |
Models require 5 predictors TestRITScore.x
, Goal1RitScore.x
,
Goal2RitScore.x
, Goal3RitScore.x
, Goal4RitScore.x
,
TestDurationMinutes.x
, PercentCorrect.x
, and Grade
,
as well as a subject indicator.
impute_spring(input, subject = "reading", na_replacement = -1)
input |
data passed on as |
subject |
character vector indicating |
na_replacment |
numerical value used to replace |
data(fallmap)
test_data <- fallap %>% filter(MeasurementScale=="Reading")
impute_spring(test_data, subject="reading")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.