This function takes the object created by the bgwqs.fit function and a vector of group names and generates a random forest variable importance plot for each group. The weights in each group are listed in descending order.
weight.plot(fit.object, group.names, group.list, x.s)The object that is returned by the bgwqs.fit function
A string vector containing the name of each group included in the BGWQS regression. Will be used for plot titles.
A list, each item in the list being a string vector of variable names for one component group.
A vector of the number of components in each index.
A plot for each group of the BGWQS regression