powered by
optimal number of factors function
optimal_number_factors(x, kmax)
a matrix x.
the maximum number of factors
a list with the optimal factors.
# NOT RUN { data("optimal_x") optimal_factor <- optimal_number_factors(x=optimal_x,kmax=8) # }
Run the code above in your browser using DataLab