leojahrens / scatterfit

scatterfit Stata ado to create scatter plots with fit lines
31 stars 7 forks source link

Error: is not a valid command name #1

Closed mrjakew closed 1 year ago

mrjakew commented 1 year ago

Hi,

This looks like a great package. Unfortunately I am getting an error message.

net install scatterfit, from(https://raw.githubusercontent.com/leojahrens/scatterfit/master) replace checking scatterfit consistency and verifying not already installed... all files already exist and are up to date.

scatterfit weight length  is not a valid command name (error occurred while loading scatterfit.ado) r(199);

I am no expert in STATA. Apologies if I have made a simple mistake. Thanks

leojahrens commented 1 year ago

Hi,

thank you for the feedback!

Reinstall the command, my version 1.1 broke the program, sorry. The updated version should work. Please tell me if things are fine now.

net install scatterfit, from(https://raw.githubusercontent.com/leojahrens/scatterfit/master) replace

Best wishes Leo

mrjakew commented 1 year ago

Thanks a lot for the quick update! It seems to be working now :)