snotskie / EpistemicNetworkAnalysis.jl

Native implementation of Epistemic Network Analysis written in the Julia programming language. Based on rENA 0.2.0.1.
https://snotskie.github.io/EpistemicNetworkAnalysis.jl/
GNU General Public License v3.0
6 stars 2 forks source link

Typo statistics #65

Open pipemartinez04 opened 4 months ago

pipemartinez04 commented 4 months ago

""" statistics(model::AbstractENAModel)

Produce a dataframe containing statistics statistics for each dimension of the model embedding

Example

model = ENAModel(data, codes, conversations, units)
stats = statistics(model)

"""

should say descriptive statistic