Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我刚刚通过编写提取函数将 oglmx 类添加到 texreg。但是,由于需要批准拉取请求,因此它仍然没有放入包中。
如果您仍然迫切需要它,您可以这样做:
install.packages("devtools") install_github("czucca/texreg", ref = "oglmx") library(texreg)
然后使用
htmlreg(scarce.cs.golm)
它有效!
希望这会有所帮助,C.