Skip to content

Commit

Permalink
REML candidate test returns more info now
Browse files Browse the repository at this point in the history
  • Loading branch information
JoKra1 committed Jul 4, 2024
1 parent c2e0eea commit ce87cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mssm/src/python/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def compute_reml_candidate_GAMM(family,y,X,penalties):

# Now compute REML for candidate
reml = REML(llk,(X.T@X).tocsc(),coef,scale,penalties)
return reml
return reml,LP,Pr,coef,scale


def REML(llk,H,coef,scale,penalties):
Expand Down

0 comments on commit ce87cf2

Please sign in to comment.