Skip to content
Discussion options

You must be logged in to vote

Hey Jordan,

ah I see, the renderable obj is always tested to have the scale_duration attribute, hence the error when displaying. I will edit the issue, thanks for the catch!

For the dataframe error: I just had a bit of a dive into the code and there is definitely something wrong.

First, the error in line 424 is viable, and I can make a PR as a quickfix:

for r in eachindex(rows)
       rows[r] .+= floor(onsets[r, 1] - 1) .+ shift**
end

But that doesn't fix the results. I can confirm that I also only get one estimate per spline if I only use an intercept model. Ideally you are correct and you should get the same output as in the Matlab version (i.e. one beta per time point per channel). Alt…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@jordandeakin
Comment options

@ReneSkukies
Comment options

Answer selected by jordandeakin
@jordandeakin
Comment options

@behinger
Comment options

@jordandeakin
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