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
I'd like to contribute implementing a power analysis function for the kendall correlation coefficient based on this paper. The article also provides calculations computed with the SAS software which can be used for testing.
Please let me know what do you think.
Cheers,
Renato
The text was updated successfully, but these errors were encountered:
Thank you! Do you think this could be easily integrated into the power_corr function? My preferred way would be to add a method argument to this function, which would accept either "pearson" (default), "spearman" or "kendall", e.g. power_corr(..., method="kendall").
I think it would be straight forward to add such method argument to the power_corr function. However I'm still figuring it out how to implement it without making the code too long (like with multiple switchs). I'll share a first prototype in the following days.
Hello,
I'd like to contribute implementing a power analysis function for the kendall correlation coefficient based on this paper. The article also provides calculations computed with the SAS software which can be used for testing.
Please let me know what do you think.
Cheers,
Renato
The text was updated successfully, but these errors were encountered: