Rdocumentation
powered by
Learn R Programming
cocoreg (version 0.1.1)
average_R2_dflst: Computes the R^2 (variance explained) between two lists of data.frames
Description
Computes the R^2 (variance explained) between two lists of data.frames
Usage
average_R2_dflst(df_orig_lst, df_est_lst)
Arguments
df_orig_lst
List of original data.frames
df_est_lst
List of estimated data.frames
Value
Returns a data.frame with R2 values, one value for each data set and variable. Molten/long format.