strengejacke / sjPlot

sjPlot - Data Visualization for Statistics in Social Science
https://strengejacke.github.io/sjPlot
607 stars 91 forks source link

Question: Not show NA in graph #77

Closed ghost closed 8 years ago

ghost commented 8 years ago

Hi I am using the command to plot interaction items

plot regression line of interaction terms

sjp.int(model.girls.1.4A.fit , type = "eff", axisTitle.y = "Overall Mean of Girls' Post-Test z-scores", axisTitle.x ="Girls' Class Scientific Sensemaking mean", title = "Interaction of Girls' Class Scientific Sensemaking mean and Scientific Sensemaking on Girls Post-test z-scores")

And this is the graph I get:

screen shot 2015-11-09 at 5 21 00 pm

Is there a way to make the line using the missing responses dissappear?

Thanks

sjPlot commented 8 years ago

Could you either post the summary of the model or even send the model object as RData file? I wonder why there should be NAs in the model's estimates.

ghost commented 8 years ago

Sorry for the problem it was a problem on my code when I converted something to a factor (Sleeps helps find this issues easier)

For thanks for the quick reply :)

On Tue, Nov 10, 2015 at 2:45 AM, Daniel Lüdecke notifications@github.com wrote:

Could you either post the summary of the model or even send the model object as RData file? I wonder why there should be NAs in the model's estimates.

— Reply to this email directly or view it on GitHub https://github.com/sjPlot/devel/issues/77#issuecomment-155348133.