Learn R Programming

fanc (version 2.3.11)

plot.fanc: plot the solution path from a "fanc" object.

Description

This functions plots the solution paths from a "fanc" object for fixed value of gamma.

Usage

# S3 method for fanc
plot(x, Window.Height=500, type=NULL, df.method="active", ...)

Value

NULL

Arguments

x

Fitted "fanc" model object.

Window.Height

A window height. The default is 500.

type

Two plot types are supported. If "path", the path diagram is depicted. If "heatmap", the heatmap is depicted.

df.method

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

Author

Kei Hirose
mail@keihirose.com

References

Hirose, K. and Yamamoto, M. (2014). Sparse estimation via nonconcave penalized likelihood in a factor analysis model,
Statistics and Computing, in press

See Also

fanc and out objects.