This functions plots the solution paths from a "fanc" object for fixed value of gamma.
# S3 method for fanc
plot(x, Window.Height=500, type=NULL, df.method="active", ...)
NULL
Fitted "fanc"
model object.
A window height. The default is 500.
Two plot types are supported. If "path"
, the path diagram is depicted. If "heatmap"
, the heatmap is depicted.
Two types of degrees of freedom are supported. If "reparametrization"
, the degrees of freedom of the MC+ are reparametrized based on the degrees of freedom of the lasso. If "active"
, the degrees of freedom of are the number of nonzero parameters.
Other graphical parameters to plot
Kei Hirose
mail@keihirose.com
Hirose, K. and Yamamoto, M. (2014).
Sparse estimation via nonconcave penalized likelihood in a factor analysis model,
Statistics and Computing, in press
fanc
and out
objects.