Print and Plot
Print Results on Text File
ATA.print_results — Methodprint_results(
ata_model::NoObjModel;
results_folder = "results",
sim_pool::DataFrames.DataFrame = DataFrame(),
)Description
Print the features of the assembled tests.
Arguments
ata_model::NoObjModel: Required. The model built withATAfuctions,ata_model.designmatrix must beIxTornfsxTif the items are grouped by friend sets.results_folder: Optional. Default: "results". The folder in which the output is stored.sim_pool::DataFrames.DataFrame: Optional. Default: DataFrame(). The pool with true item paramaters. For simulation studies.
ATA.print_results — Methodprint_results(
ata_model::Union{MaximinModel, SoysterMaximinModel, DeJongMaximinModel, RobustMaximinModel, MinimaxModel};
results_folder = "results",
sim_pool::DataFrames.DataFrame = DataFrame(),
)Description
Print the features of the assembled tests.
Arguments
ata_model::Union{MaximinModel, SoysterMaximinModel, DeJongMaximinModel,RobustMaximinModel}: Required. The model built withATAfuctions,ata_model.designmatrix must beIxTornfsxTif the items are grouped by friend sets.results_folder: Optional. Default: "results". The folder in which the output is stored.sim_pool::DataFrames.DataFrame: Optional. Default: DataFrame(). The pool with true item paramaters. For simulation studies.
ATA.print_results — Methodprint_results(
ata_model::CCMaximinModel;
results_folder = "results",
sim_pool::DataFrames.DataFrame = DataFrame(),
)Description
Print the features of the assembled tests.
Arguments
ata_model::CCMaximinModel: Required. The model built withATAfuctions,ata_model.designmatrix must beIxTornfsxTif the items are grouped by friend sets.results_folder: Optional. Default: "results". The folder in which the output is stored.sim_pool::DataFrames.DataFrame: Optional. Default: DataFrame(). The pool with true item paramaters. For simulation studies.
Plot TIFs and ICFs
To plot the TIFs and ICTs you must install (add) and load (using) the Julia package ATAPlot. It requires to have the Julia package PGFPlotsX.jl and Miktex installed. A new version of ATAPlot.jl which use the package Plots and the backend GR is under development.
Missing docstring for plot_results( ata_model::Union{MaximinModel, SoysterMaximinModel, DeJongMaximinModel, RobustMaximinModel, CCMaximinModel, MinimaxModel}; plots_folder = "plots", ). Check Documenter's build log for details.