Giter Club home page Giter Club logo

Comments (3)

xrobin avatar xrobin commented on July 18, 2024

Hi eusebe,

Do you mean comparing an empirical AUC obtained with the ROC function, to a numeric value?

You can use the power.roc.test(parslist=list(A1= ..., ...), ...) method of the function. Read ?power.roc.test for the full description of the parameters to list. I realize it would probably help if you could get those parameters directly from the var function. I'll see how I can implement that in a future release, but it should be fairly easy.

If you want to compare two AUC where you have only their numeric value, you can also use the parslist method.

You will find an explanation of these parameters in Obuchowski & McClish (1997).

Hope it helps?

Xavier

from proc.

eusebe avatar eusebe commented on July 18, 2024

Thank you for the quick answer.

For example, I would like to reproduce the example 1 of the article. A1 = 1.2, B1 = 1, but there is only one ROC curve and no correlation parameter. With the parslist method, A2, B2, rn and ra seem to be required?

David

from proc.

xrobin avatar xrobin commented on July 18, 2024

Yes, they are required. The example 1 gives a formula to compute A2 (with B2 = B1 = 1, formula 16). But the correlation is absolutely needed to compute the variance. Remember Var(Δ) = Var(θ1) + Var(θ2) - 2 * Cov(θ1, θ2) (formula 3, with Δ = the AUC difference and θ1, θ2 the AUCs). It can make huge difference for very high correlations. Therefore you need to make an estimate on the correlation.

from proc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.