Hochkostenmodelle sind Linkfunktionen, die mit allen Regressionsfunktionen im Paket kombinierbar sind. Innerhalb der Regression ist z.B. "Hochkostenmodell=RP1" anzugeben. Die Funktionen haben ausserhalb der Regression nur geringen Nutzen.
RP1 : Risikopool nach Wasem / Schillo (Standardwerte sind Grenze von 30.000 und Ausgleich von 0,8) RP2 : Huber-Gewicht (Standardwerte sind Grenze von 1e+07) HCP : Capitation-Modell (keine Standardwerte nötig, aber möglich) KP100 : Trunkierung (Standardwert Grenze von 100.000)
1 2 3 4 5 | RP1(Data,HK_Grenze, HK_Ausgleich)
Data : Daten vom Typ morbiSet.
HK_Grenze : Untere Grenze fuer Hochkostenfaelle
HK_Ausgleich : Ausgleichsfaktor
|
1 2 3 4 | Data<-gen_sample()
fit<-MRSA(Data,Hochkosten="RP1",HK_Grenze=100000,HK_Ausgleich=0.6)
summary(fit)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.