Description Usage Arguments Value Note for S-plus Author(s) References See Also Examples
summary.nordpred
uses a nordpred
object (see nordpred.object
)
to summarize
the information
1 2 3 |
object |
An object of class |
printpred |
Indicates whether to print the observed and predicted number of cases |
printcall |
Indicates whether to print the function call |
digits |
Specifies the number of digits in the tabulation |
... |
ignored |
object of class nordpred
(see nordpred.object
).
Powerlink is made via a special modification in S-PLUS. This works fine for the point estimates, but the variance estimates found via the glm-objects are wrong. For variance estimates, we would rather recommend using R.
Harald Fekjaer and Bjorn Moller (Cancer Registry of Norway)
A website for nordpred is available at: http://www.kreftregisteret.no/software/nordpred/
Background for the methods can be found in: Moller B., Fekjaer H., Hakulinen T., Sigvaldason H, Storm H. H., Talback M. and Haldorsen T 'Prediction of cancer incidence in the Nordic countries: Empirical comparison of different approaches' Statistics in Medicine 2003; 22:2751-2766
An application of the function, using all the default settings, can be found in: Moller B, Fekjaer H, Hakulinen T, Tryggvadottir L, Storm HH, Talback M, Haldorsen T. Prediction of cancer incidence in the Nordic countries up to the year 2020. Eur J Cancer Prev Suppl 2002; 11: S1-S96
Other nordpred: is.nordpred.estimate
,
nordpred.estimate
;
is.nordpred
, nordpred
;
nordpred.estimate.object
;
nordpred.getpred
;
nordpred.object
;
nordpred.prediction
;
plot.nordpred
;
print.nordpred.estimate
;
print.nordpred
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | # data (Colon cancer for Norwegian males)
indata
# Create dataset with observed and predicted population
inpop <- cbind(inpop1, inpop2)
# Fit model & predict new incidence:
res <- nordpred(indata, inpop, startestage = 5, startuseage = 6, cuttrend = c(0,.25,.5,.75,.75))
res2 <- nordpred(indata, inpop, startestage = 5, startuseage = 6,
cuttrend = c(0, .25, .5, .75, .75), linkfunc = 'poisson')
# Print / get results:
print(res)
nordpred.getpred(res)
summary(res, printpred = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.