Displaying 1 result from an estimated 1 matches for "sel_model".
2010 Jan 16
1
Sweave - How to use local objects in code chunks
Hello,
I wrote a function create_report that calls the function Sweave.
create_report shall be used to create a pdf-report about an lm-Object which
is passed as an argument to create_report.
I try to use an object sel_model, that is created within the function
environment of create_report and later on used within the first code chunk
of the file report_template.rnw.
When I use following code I get an error message that the object sel_model
could not been found. How can I achieve to use objects within code-chunks
that...