Skip to content
Discussion options

You must be logged in to vote

Hey Bene is on holiday, so I'll try to help you out =)

For the first issue:

Hello, I'm back ;). I tried eff = effects(Dict(),m) and I get the same issue

The plot looks a lot like you just used plot_erp!(fig2[1,1],eff), i.e. without any group or color. Have you tried this?:

eff = effects(Dict(),m)
plot_erp!(fig2[1,1],eff; mapping = (; color = :eventname,group =:eventname))

As for the second issue:

But I have the same type of problem when I plot results if, this time, I have splines in the model for“Fixation” event. The previous example was a model without splines (only with intercept).

You might need to indicate that your coefficients are your group:

plot_erp!(fig1[1,1],
    result…

Replies: 1 comment 11 replies

Comment options

You must be logged in to vote
11 replies
@behinger
Comment options

@EmmanuelleKris
Comment options

@EmmanuelleKris
Comment options

@ReneSkukies
Comment options

Answer selected by ReneSkukies
@EmmanuelleKris
Comment options

@ReneSkukies
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants