Skip to content
Prev 361855 / 398506 Next

benchmark-dea

Hi farzana,
You can't, because it doesn't fit into the definition of a CSV file.
The "dea" function converts the nine element data frame "data1" into a
list, the elements of which are of different lengths. Therefore, it
can't be a data frame. Additionally, it can't be a matrix because its
elements are of different data types. A CSV file is a rectangular text
block in which the lines are interpreted as rows and the elements of
each row are separated by commas (or other specified separators). The
"Farrell" object is nothing like that. You can save it with the "save"
function and retrieve it with the "load" function, but you can't cram
it into a CSV file that can be retrieved later, and I think that is
what you are asking.

Jim


On Mon, Jun 20, 2016 at 4:43 AM, farzana akbari
<farzana.akbari2013 at gmail.com> wrote:
Message-ID: <CA+8X3fVG4YHvsfdVDYH4iLbLJ5h=CyfeCBD0ndUdXcGm99EZ6Q@mail.gmail.com>
In-Reply-To: <CAL3rq9heFjYNMUb+f+KTtJ95yjuWKvup7owaKQR-v7aYgEjMpQ@mail.gmail.com>