Skip to content
Back to formatted view

Raw Message

Message-ID: <264855a00804061626x75805536g9a186bc0edec3f9f@mail.gmail.com>
Date: 2008-04-06T23:26:40Z
From: Sean Davis
Subject: error message re 'expected a real'
In-Reply-To: <47F94B02.8090906@education.wisc.edu>

On Sun, Apr 6, 2008 at 6:13 PM, David Kaplan <dkaplan at education.wisc.edu> wrote:
>
>  Hi all,
>
>  I sent this to the general list, but I wasn't sure if it was Mac related.
>
>  I'm running the program sem on a Mac, but I'm getting a message that I
> think is quite general.  The error reads
>
>  Error in scan(file, what, nmax, sep, dec, quote, skip, nlines, na.strings,
> :
>    scan() expected 'a real', got '10652)'
>
>
>  The 10652 is the sample size coming from a .csv file where I have header =
> TRUE.
>
>  Any thoughts would be appreciated.

Hi, David.  It looks like you have a parenthesis next to the number;
that would explain the error.  If that isn't the issue, you'll want to
include a self-contained example that reproduces the error.

Hope that helps.

Sean