JunhuiLi1017 / StepReg

Other
1 stars 1 forks source link

stepwiseLogit invalid 'width' argument #17

Open Perrotn opened 1 year ago

Perrotn commented 1 year ago

Hello, I got the following problem when running the stepwiseLogit example from this package.

formula=vs ~ . StepReg::stepwiseLogit(formula, data=mtcars, include=NULL, selection="bidirection", select="SL", sle=0.15, sls=0.15, sigMethod="Rao", weights=NULL, best=NULL)

Error in format.default(text, width = sum(lengths), justify = "centre") : invalid 'width' argument

JunhuiLi1017 commented 6 months ago

Hello Perrotn,

I see you're encountering an error, and not sure if you still have this error, but I am not able to replicate it on my end. To better assist you, could you please provide more details? Specifically, I'd need information about the versions of all R packages you're using, the R platform version, and whether you're working on a Windows or macOS system.

--Junhui