The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
"R text/regression output results"
I've managed to get the R script working and displaying data frame numeric output in the Results section. My question is, it is possible to view R text output, such as regression results, or do I need to run a RapidMiner regression process in order to see the underlying estimated regression? Specifically, if I use the R lm command to generate the regression equation and then the summary(dependent variable) command, where does the summary output go? Thanks.
Tagged:
0
Answers
i never used the R extension myself. But it should be visible in the Log window. I would highly recommend to use the new R scripting extension.
Cheers,
Martin
Dortmund, Germany
If you want to capture and store your results, you have to take the single values of the summary (which is a list type in R) and extract and store them in a data table. If you do so, you could return them as an example set to RapidMiner.
Regards,
David
the old "R Extension" has been discontinued. If you are running Studio 6.4, you can use the all new "R Scripting" extension. All replies here refer to this new extension.
Regards,
Marco
Yes, I drag the Execute R operator into the process window and then write the script in the Edit Parameter Text:script. Will play around some more.
As an aside: 1) is it possible to obtain the Log output without dates and times and 2) increase the size of the font? Thanks.
A couple of questions:
The R Edit Parameter Text: script editor is rather basic, is it possibler to replace it with an alternative/link to an alternative, for example, Notepad++?
Also, I take it that any variables generated in the R script are not available to access directly by Rapidminer, as they are no longer generated by the interactive console, as was the case previously? I guess my question is, how do I get variables from the R script into Rapidminer? Thanks.