Skip to content

Commit

Permalink
Add Printf dependency and export show_profiles function
Browse files Browse the repository at this point in the history
  • Loading branch information
yanwenwang24 committed Nov 4, 2024
1 parent d524d36 commit ff4263c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/LatentClassAnalysis.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module LatentClassAnalysis
using CategoricalArrays
using DataFrames
using Distributions
using Printf
using LinearAlgebra
using Random
using Statistics
Expand All @@ -12,7 +13,8 @@ export LCAModel,
fit!,
predict,
prepare_data,
diagnostics!
diagnostics!,
show_profiles

include("types.jl")
include("utils.jl")
Expand Down

0 comments on commit ff4263c

Please sign in to comment.