I have this data set
df<-
structure(list(x = list(structure(c(1.2956002895122, 0.84856971403248,
0.318587376385379, 1.52311609250527, 0.761866777256873, 1.34942921531382,
1.32182157459345, 0.164293091865351, 1.33391849692185, 1.1741444035705
), dim = c(5L, 2L), dimnames = list(NULL, c("Consumption", "Income"
))), structure(c(0.84804804783009, 0.454659301099081, -0.785771762432506,
0.746346341726964, 1.07546066123554, 2.36782435778472, 0.33145722604832,
-1.16704208085918, -0.505189833907774, -0.0305510764003426), dim = c(5L,
2L), dimnames = list(NULL, c("Consumption", "Income"))), structure(c(1.67206824624292,
0.621301929142792, -2.64748116335658, 1.06382925864556, 0.481820198662883,
0.977532978223718, 0.12858898496739, -0.929583796669093, 1.03055091162915,
1.75054296893639), dim = c(5L, 2L), dimnames = list(NULL, c("Consumption",
"Income"))), structure(c(1.06124884050636, 1.5695107316969, -0.71012903796485,
0.697670432455871, 0.441910553257345, 1.131314331505, 1.58797564122333,
-0.0245687154568635, 1.26341241328479, -0.701603888772303), dim = c(5L,
2L), dimnames = list(NULL, c("Consumption", "Income"))), structure(c(-0.320387157182086,
0.909612038039385, -0.30534801455308, 0.13028454605271, 1.04548318778476,
0.744569146062672, 0.157712771975432, -0.47140382117885, -0.757295165153137,
1.30319365700164), dim = c(5L, 2L), dimnames = list(NULL, c("Consumption",
"Income"))), structure(c(1.1328615935615, 1.18848732447009, -1.19259137763868,
1.61383333543976, 0.112684975627695, -0.294284500868068, 0.653900926135023,
0.0179116410157527, 2.3485206187256, 0.561897344846424), dim = c(5L,
2L), dimnames = list(NULL, c("Consumption", "Income"))), structure(c(0.97523495340453,
2.13698353093441, 0.766663720261808, 0.693029332670238, 0.704645561153127,
1.29154523355534, 4.14154953485982, -0.454659021170493, 0.55475024788991,
0.63410937974327), dim = c(5L, 2L), dimnames = list(NULL, c("Consumption",
"Income"))))), row.names = c(NA, -7L), class = "data.frame")
How can I put this to a data frame? Right now each row is considered as 1 value and I can not access the elements of each row.