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 think the answer to question #6 (c,d) of chapter 13 (https://danhalligan.github.io/ISLRv2-solutions/multiple-testing.html) is wrong.
The FDP is defined with V/(V+S), which is (false positive)/(false positive+true positive),
For Bonferroni procedure the false discovery rate will be 0/7, 0/7, 0/3.
For Holm procedure the false discovery rate will be 0/7, 0/8, 0/8.
The text was updated successfully, but these errors were encountered:
Hello:
I think the answer to question #6 (c,d) of chapter 13 (https://danhalligan.github.io/ISLRv2-solutions/multiple-testing.html) is wrong.
![image](https://private-user-images.githubusercontent.com/33963919/398815783-6c76da61-7ea0-4243-a415-a5575e4c9712.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNDQ3MzYsIm5iZiI6MTczOTM0NDQzNiwicGF0aCI6Ii8zMzk2MzkxOS8zOTg4MTU3ODMtNmM3NmRhNjEtN2VhMC00MjQzLWE0MTUtYTU1NzVlNGM5NzEyLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDA3MTM1NlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWI3NzNkYWZiODI1YWVmMGQyOGI0ODI2NmQ3MzhmOWFmMjllOWJjMDYyODBhYzY0YTZmNDcyZWZiODhhMzVjN2YmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.pqbtjw9uyGA4DjQ5oY9XrN5rUp5kfSDfEE5Y5Bd4G94)
The FDP is defined with V/(V+S), which is (false positive)/(false positive+true positive),
For Bonferroni procedure the false discovery rate will be 0/7, 0/7, 0/3.
For Holm procedure the false discovery rate will be 0/7, 0/8, 0/8.
The text was updated successfully, but these errors were encountered: