-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
readability - howto/lmm_pvalues #191
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
behinger
reviewed
Apr 16, 2024
behinger
added a commit
that referenced
this pull request
Apr 22, 2024
* add file for matlab/julia version comparison * conversion bug MATLAB.jl doesn't do DataFrame to Struct conversion; need to manually make a dict from the events DF and then convert the dict to matlab struct * Adding multi channel comparison * Restructure the code a bit * up comparison * Some AbstractDesignMatrix, but also moved check_groups to MixedModels * added SimpleTraits * New Types * general refactoring, renaming * added show_progress, ad put to false in some tests * fixes, new tests * minor bugfix * IO fixed, effects stillmissing * fix LMM bugs? * fix bug * fix basisname renaming * added Term nicer printing * bugfixes, Term * fix remaining unittests problems / bugs ...? * renamed get_modelmatrix to modelmatrices, better docstring * Apply suggestions from code review Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * basisname => eventname also in coeftable * bugfix mixedmodels * Update src/effects.jl * simplified IO * renamed in LMM * fix bug with nchan times too many eventnames * eventnames can be something else than strings :) * fix empty design * included everything from branch refactorPredict * initial * renamed bunch, predict works for some cases now * effects for timecontinuous working * predict_no_overlap working for timecontinuous and mass univariate * update * poolArray, condense/predict * AbstractDataFrame * name-problem fixed? * fir interpolated * update readme * better show for designmatrix * change default to produce se * bring docs up to date * make predict more stable * readability - howto/lmm_pvalues (#191) * Update lmm_pvalues.md proofreading * Update effects.jl readability * Update lmm_pvalues.md * Update docs/literate/HowTo/effects.jl --------- Co-authored-by: Benedikt Ehinger <[email protected]> Co-authored-by: Benedikt Ehinger <[email protected]> * rename somethings, fix unittests * removed debug UNfold * readability - tutorials/howto (#188) * Update lm_mu.md * Update lm_mu.md bug resolved * Update lmm_mu.md formatting and readability * Update lmm_overlap.md formatting * Update multiple_events.md proofreading * Update standarderrors.md - broken code and reference * Update custom_solvers.md broken code * Update docs/src/HowTo/custom_solvers.md * Update docs/src/tutorials/lm_mu.md * Update docs/src/tutorials/lm_mu.md * Update docs/src/tutorials/lm_mu.md * Update docs/src/tutorials/lmm_overlap.md * Update docs/src/tutorials/lmm_overlap.md --------- Co-authored-by: Benedikt Ehinger <[email protected]> Co-authored-by: Benedikt Ehinger <[email protected]> * renaming bugfixes * Update index.md (#187) Co-authored-by: Benedikt Ehinger <[email protected]> * fix #189 * fix docs * finally fixed the effects bug * better residuals * fix io * fix residuals * improved benchmarks * fix 0.7 bug names * better solver * fix bechmark? * fix ext * small fix * remove unnecessary warning * moved comment * update benchmark manifest --------- Co-authored-by: ReneSkukies <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Vladimir Mikheev <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.