Description Usage Arguments Author(s) See Also Examples
View source: R/print.gsym.point.R
Default print method for objects fitted with gsym.point()
function. A short summary is printed with: the call to the gsym.point()
function for each categorical covariate level
(if the categorical.cov
argument of the gsym.point()
function is not NULL).
1 2 |
x |
an object of class |
digits |
controls number of digits printed in the output. |
... |
further arguments passed to or from other methods. |
M<f3>nica L<f3>pez-Rat<f3>n, Carmen Cadarso-Su<e1>rez, Elisa M. Molanes-L<f3>pez and Emilio Let<f3>n
gsym.point
, summary.gsym.point
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | library(GsymPoint)
data(elastase)
###########################################################
# Empirical Likelihood Method ("GPQ"):
###########################################################
gsym.point.GPQ.elastase<-gsym.point(methods = "GPQ", data = elastase, marker = "elas",
status = "status", tag.healthy = 0, categorical.cov = NULL, CFN = 1, CFP = 1,
control = control.gsym.point(), confidence.level = 0.95, trace = FALSE,
seed = FALSE, value.seed = 3, verbose = FALSE)
gsym.point.GPQ.elastase
print(gsym.point.GPQ.elastase)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.