Hi
I'm trying to run a box plot for a set of variables, all other groups have worked but this certain one keeps rejecting with the following error Text: OVERALL_Comms_Outside_PE Command: EXAMINE An undefined variable name, or a scratch or system variable was specified in a variable list which accepts only standard variables. Check spelling and verify the existence of this variable. Execution of this command stops. No dependent variables were specified. EXAMINE requires a set of dependent variables for analysis. Check your EXAMINE command. I've changed the variable name 3 times, saved, relaunched etc. All my other variables have worked except this and I can't figure out why! Please help! -- 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 |
Hi, Emma,
do you have a string variable as dependent variable? Then inserting ALTER TYPE might help. Note these limitations for EXAMINE command: - When string variables are used as factors, only the first eight characters are used to form cells. String variables cannot be specified as dependent variables. - When more than eight crossed factors (for example, A, B, ... in the specification Y by A by B by ...) are specified, the command is not executed. GL, Mario Giesel Munich, Germany Am Mittwoch, 17. Februar 2021, 19:37:32 MEZ hat emma-jane.brazier <[hidden email]> Folgendes geschrieben: Hi I'm trying to run a box plot for a set of variables, all other groups have worked but this certain one keeps rejecting with the following error Text: OVERALL_Comms_Outside_PE Command: EXAMINE An undefined variable name, or a scratch or system variable was specified in a variable list which accepts only standard variables. Check spelling and verify the existence of this variable. Execution of this command stops. No dependent variables were specified. EXAMINE requires a set of dependent variables for analysis. Check your EXAMINE command. I've changed the variable name 3 times, saved, relaunched etc. All my other variables have worked except this and I can't figure out why! Please help! -- 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 ===================== 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 |
Administrator
|
To reproduce Emma's error message, I have to use a nonexistent variable name.
If I use the correct name of a string variable, I get a message that says specifically I have tried to use a string variable where it is not allowed. (Code for the examples is shown below.) Emma, does that variable work if you use the GUI dialog rather than syntax? If so, use the PASTE button to exit the GUI, and compare the variable name in the pasted syntax to your original syntax. * Code for examples. * Change path on the next line as needed. GET FILE='C:\SPSSdata\car_sales.sav'. EXAMINE VARIABLES= nonexistent_variable_name. EXAMINE VARIABLES= manufact. [hidden email] wrote > Hi, Emma, > > do you have a string variable as dependent variable? Then inserting ALTER > TYPE might help. > > Note these limitations for EXAMINE command: > > - When string variables are used as factors, only the first eight > characters are used to form cells. String > variables cannot be specified as dependent variables. > - When more than eight crossed factors (for example, A, B, ... in the > specification Y by A by B by ...) > are specified, the command is not executed. > > GL, > > Mario Giesel > Munich, Germany > > > > > Am Mittwoch, 17. Februar 2021, 19:37:32 MEZ hat emma-jane.brazier < > emma-jane.brazier@.ac > > Folgendes geschrieben: > > Hi > > I'm trying to run a box plot for a set of variables, all other groups have > worked but this certain one keeps rejecting with the following error > > Text: OVERALL_Comms_Outside_PE Command: EXAMINE > An undefined variable name, or a scratch or system variable was specified > in > a variable list which accepts only standard variables. Check spelling and > verify the existence of this variable. > Execution of this command stops. > No dependent variables were specified. EXAMINE requires a set of dependent > variables for analysis. Check your EXAMINE command. > > I've changed the variable name 3 times, saved, relaunched etc. All my > other > variables have worked except this and I can't figure out why! Please help! > > -- > Sent from: http://spssx-discussion.1045642.n5.nabble.com/ ----- -- Bruce Weaver [hidden email] http://sites.google.com/a/lakeheadu.ca/bweaver/ "When all else fails, RTFM." NOTE: My Hotmail account is not monitored regularly. To send me an e-mail, please use the address shown above. -- 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
--
Bruce Weaver bweaver@lakeheadu.ca http://sites.google.com/a/lakeheadu.ca/bweaver/ "When all else fails, RTFM." PLEASE NOTE THE FOLLOWING: 1. My Hotmail account is not monitored regularly. To send me an e-mail, please use the address shown above. 2. The SPSSX Discussion forum on Nabble is no longer linked to the SPSSX-L listserv administered by UGA (https://listserv.uga.edu/). |
Free forum by Nabble | Edit this page |