How can I join two lists? I have q1 and q2 and I want to merge them. I
have tried to use the comand merge, but not work. Any solutions? Thanks!
> q1
$Input1
7.84615384615385
0.5
$Input2
8.92307692307692
-3.2
$Input3
4.53846153846154
-5
> q2
$Input1
7.84615384615385
2
$Input2
8.92307692307692
-0.3125
$Input3
4.53846153846154
-0.2
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.