Replies: 9 comments 11 replies
|
|
2 replies
|
|
1 reply
|
|
3 replies
|
|
1 reply
|
|
1 reply
|
|
1 reply
|
|
1 reply
|
Insofar as 511 is concerned we only do one sample t-tests and proportion tests. ttest() already covers the “mean” option and we talked about developing functions for proportion tests (equivalent of prop.test and binom.test with better output) so I don’t see a need for oneSample from the 511 point of view.
Jim
--------------
Jim Hughes
Professor of Biostatistics
University of Washington Email: ***@***.******@***.***>
Mailstop 351617 Phone: 206-616-2721
Seattle, WA 98195 Fax: 206-616-2724
Cell: 206-498-2456
From: Charles Wolock ***@***.***>
Sent: Saturday, August 21, 2021 10:22 PM
To: statdivlab/rigr ***@***.***>
Cc: Jim Hughes ***@***.***>; Mention ***@***.***>
Subject: Re: [statdivlab/rigr] Code graveyard (#49)
This is a big one. It's similar in spirit to regress, but for a single variable. Can perform inference for means, proportions, odds, survival probabilities, etc. As far as I can tell, for certain functionality (like a basic t-test) it's redundant with ttest, but the output is a bit less detailed. This function certainly seems useful in theory. I'd be curious to hear if/how people use it in practice.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#49 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AFPGUCWHHKQZITAKZDEXI4TT6CCQHANCNFSM5BU2NGTQ>.
Triage notifications on the go with GitHub Mobile for iOS<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675> or Android<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>.
|
0 replies
|
|
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
This is where we'll discuss code that can be dropped from the package.
All reactions