plot.summary.int: Plot Summary object for interval search models

Description Usage Arguments Author(s) References See Also

Description

Produces a plot for summary object of a fitted interval search model. Plot 'visited' points against iteration steps. start.N points are initial points selected before interval search starts.

Usage

1
2
## S3 method for class 'sum.intsearch'
plot(x,type="summary",startN=21,... )

Arguments

x

an object of class sum.intsearch as returned by the function summary.intsearch.

type

type of plot to be drawn, type="summary" will plot the partial log likelihood deviance as a function of both tuning parameters α and logλ. The final solution will be highlighted by solid red line. Alternativly, type="points" will draw the distribution of initial and visited points of the interval search plotted in chronological order.

startN

number of initial points. Needed if type="points"

...

additional argument(s)

Author(s)

Natalia Becker \ natalia.becker@dkfz.de

References

Sill M., Hielscher T., Becker N. and Zucknick M. (2014), c060: Extended Inference with Lasso and Elastic-Net Regularized Cox and Generalized Linear Models, Journal of Statistical Software, Volume 62(5), pages 1–22. http://www.jstatsoft.org/v62/i05/

See Also

EPSGO, summary.intsearch


c060 documentation built on May 2, 2019, 4:42 p.m.

Related to plot.summary.int in c060...