12666727b9
12666727b9

Reputation: 1139

Function sjt.dt: function not found

I've just tried installing the package sjPlot as follows:

library(devtools)
devtools::install_github("sjPlot/devel")
library(sjPlot)

When I try running the following code with the sjt.df() function that is suppose to included into the package:

sjt.df(iris,
file="sjt_des.doc") #CRUCIAL - save this as a
#word document

It pops out the following error:

Error in sjt.df(iris, file = "sjt.des.doc") : 
  could not find function "sjt.df"

Do you know how to fix this problem? Thanks in advance

Upvotes: 0

Views: 405

Answers (0)

Related Questions