lsmeans function gives me lsmeans and SEM, I am OK with that step. Interaction plot gives interaction plots, I am also OK with that step but how to use that lsmeans and SEM to make graphs or use in interaction plots in R, any suggestions please? Would appreciate,
You can use the ggeffects-package (https://cran.r-project.org/package=ggeffects) or sjPlot-package (https://cran.r-project.org/package=sjPlot) to plot marginal effects / least square means of models with interaction terms.