sjplot Questions
1
Solved
My goal is to save a dataframe, aov output, etc. as an image that has been processed by an R packages that formats r data into scientific journal ready formats, like sjPlot.
>library(sjPlot)
>...
2
I have a problem concerning the function ggsave() and I would be really grateful for any help and or suggestions/solutions. I am creating four plots and put them all in one big plot, and since I wa...
2
Solved
I am trying to create a plot of predicted values using the plot_model() function from sjPlot. I want my prediction lines to have different linetypes and different colors.
The function includes a ...
1
I am trying to create a simple summary statistics table (min, max, mean, n, etc) that handles both factor variables and continuous variables, even when there is more than one factor variable. I'm t...
2
I have been using sjplot to create a combined table. This creates a HTML table. I would like to make a table that can be exported to word.
I have reviewed this post which discusses copy and pasti...
Brooke asked 2/4, 2020 at 17:38
1
Solved
My goal is to create a multi-page Microsoft Word document with many formatted regression table outputs on consecutive pages. Ideally this would be done using R Markdown.
I have had some luck maki...
Cyclorama asked 8/8, 2019 at 4:8
1
I want to use plot_model() from the sjPlot package to plot predicted values of a model with both different linetypes and colored ribbons. I also want the linetypes and ribbon colors to show up in t...
2
Solved
In the past, I had used the sjp.glmer from the package sjPlot to visualize the different slopes from a generalized mixed effects model. However, with the new package, I can't figure out how to plot...
0
I have had some problems with R recently. I was trying to install nnet which seemed not to be working. I followed the advice on this question and used remove.packages () and unloadNamespace() on 'c...
1
© 2022 - 2024 — McMap. All rights reserved.