Skip to content

Commit

Permalink
Merge pull request #189 from unfoldtoolbox/vladdez-patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
vladdez authored Jun 24, 2024
2 parents 99d6f58 + 8a83616 commit bf2c5dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ using CairoMakie # backend
using Unfold, UnfoldSim # Fit / Simulation

data, evts = UnfoldSim.predef_eeg(; noiselevel = 12, return_epoched = true)
data = reshape(data, 1, size(data)...) # fake a single channel
data = reshape(data, 1, size(data)...) # simulate a single channel

times = range(0, step = 1 / 100, length = size(data, 2))
m = fit(UnfoldModel, @formula(0 ~ 1 + condition), evts, data, times)
Expand Down

0 comments on commit bf2c5dd

Please sign in to comment.