Hey there,
I need an R command, which creates a table similar to the picture below (this picture was created by hand and does not correspond to any real data).
I have data from several dependent variables (the Big5, each in one column), influenced by different categorial independent variables (each group in one row). Namely I have (already calculated) the mean and the lower and upper border of the confidence interval for each measure.
However now I would like to plot these data in the matrix, so that in each cell there are three points (in a horizontal line): One for the mean and one for the two borders of the confidence interval) as I have demonstrated in the picture.
Does anybody knwo how I can get this in R?