powered by
Plot Objective value of a Robust Reduced-Rank Regression
# S3 method for RRRR plot(x, aes_x = c("iteration", "runtime"), xlog10 = TRUE, ...)
An ggplot2 object
An RRRR object.
Either "iteration" or "runtime". The x axis in the plot.
Logical, indicates whether the scale of x axis is log 10 transformed.
Additional argument to ggplot2.
ggplot2
Yangzhuoran Fin Yang
set.seed(2222) data <- RRR_sim() res <- RRRR(y=data$y, x=data$x, z = data$z) plot(res)
Run the code above in your browser using DataLab