Print and Plot

ATA.print_resultsMethod
print_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 with ATA fuctions, ata_model.design matrix must be IxT or nfsxT if 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.
source
ATA.print_resultsMethod
print_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 with ATA fuctions, ata_model.design matrix must be IxT or nfsxT if 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.
source
ATA.print_resultsMethod
print_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 with ATA fuctions, ata_model.design matrix must be IxT or nfsxT if 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.
source

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.

Missing docstring for plot_results( ata_model::Union{MaximinModel, SoysterMaximinModel, DeJongMaximinModel, RobustMaximinModel, CCMaximinModel, MinimaxModel}; plots_folder = "plots", ). Check Documenter's build log for details.