Jiaxin-Fan / ASEP

8 stars 3 forks source link

fix pvalue=NA bug in ASEP functions.R #14

Open biomedswe opened 12 months ago

biomedswe commented 12 months ago

binomial(link=logit) leads to the error "object logit not found".

This is caused by a syntax error,

the right syntax is binomial(link="logit")

This has been fixed in this commit

The error appears to be present in newer R versions.