Tobit Error

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Tobit Error

Salbod
I'm hoping someone is familiar with Tobit.  A user ran Tobit and received
this error: “The R AER package is required but could not be loaded”. SPSS
v25 was used.

Is there any documentation online using this procedure in SPSS?





--
Sent from: http://spssx-discussion.1045642.n5.nabble.com/

=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD
Reply | Threaded
Open this post in threaded view
|

Re: Tobit Error

Jon Peck
It appears that when Tobit was installed, it was unable to install the AER package.  Try running this code.

begin program r.  
install.packages("AER")  
end program.

You can see the full syntax for the command by pressing F1 with the cursor on an instance of it in the syntax window.

On Mon, Feb 4, 2019 at 3:43 PM Salbod <[hidden email]> wrote:
I'm hoping someone is familiar with Tobit.  A user ran Tobit and received
this error: “The R AER package is required but could not be loaded”. SPSS
v25 was used.

Is there any documentation online using this procedure in SPSS?





--
Sent from: http://spssx-discussion.1045642.n5.nabble.com/

=====================
To manage your subscription to SPSSX-L, send a message to
[hidden email] (not to SPSSX-L), with no body text except the
command. To leave the list, send the command
SIGNOFF SPSSX-L
For a list of commands to manage subscriptions, send the command
INFO REFCARD


--
Jon K Peck
[hidden email]

===================== To manage your subscription to SPSSX-L, send a message to [hidden email] (not to SPSSX-L), with no body text except the command. To leave the list, send the command SIGNOFF SPSSX-L For a list of commands to manage subscriptions, send the command INFO REFCARD