[R] convert data.frame to parameters
Charles Annis
charles.annis at statisticalengineering.com
Mon Oct 7 13:56:14 CEST 2013
Greetings:
I have a 24 row, 2-column csv file. The first column is character, with
the names of parameters. The second column is numeric, containing the
parameter values.
I can produce a 2-column data.frame with case.study.parameters <-
read.csv(...)
I want to convert the data.frame to 24 parameters having those names and
their associated numeric values.
I've tried using package "ParamHelpers" with no success. Likely because it
really isn't intended for that purpose.
Can anyone help?
Thanks.
Charles Annis, P.E.
Charles.Annis at StatisticalEngineering.com
http://StatisticalEngineering.com
561-352-9699
More information about the R-help
mailing list