Save a BKT model to a file.
This function saves a trained BKT model to a specified file location. The model is stored
as an RDS file, which can be loaded back into R using the load_model() function.
Usage
save_model(model, loc)
Value
None. The function saves the model to the specified location.
Arguments
model
A trained BKT model object to be saved.
loc
Character. The file path where the model will be saved, typically with an .rds extension.