You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the "aggregated" binomial case (i.e., if there is more than one Bernoulli trial for at least one observation), mu and y in get_stat() don't match (tested with projpred v2.1.2):
Just for the sake of completeness: In case of stats = "acc" (or stats = "pctcorr"), mu and y also don't match: Simply replace the last line from the reprex above by
In the "aggregated" binomial case (i.e., if there is more than one Bernoulli trial for at least one observation),
mu
andy
inget_stat()
don't match (tested with projpred v2.1.2):When debugging until line
projpred/R/summary_funs.R
Line 181 in 3142d8d
range(mu)
and
range(y)
so taking
mu - y
doesn't make sense.The text was updated successfully, but these errors were encountered: