Spline Model Error
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I am trying to use spline model which ran fine for a smaller dataset. but when I added more observations in the data there is an error. Can anyone provide some insight why this error and how to resolve. Also some reference on spline models will be helpful.
Solved! Go to Solution.
- Labels:
- Error Message
- Predictive Analysis
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
This error relates to the effect plots which are generated by the R package plotmo. This issue often occurs when it is not clear to plotmo as to how many plots are being generated. I would recommend turning off the checkbox for effect plots to prevent the error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
It did not work. I ran the process flow again after unchekcing. still getting the same error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Not replying as much to the specific error in the Spline model (since @RamnathV is more qualified for that ), but in general when troubleshooting errors from our Advanced Analytic tool sets, it is helpful to check "Show All Macro Messages" which can be found in the workflow Runtime configuration tab.
Since most of these tools are macros, it can help diagnose the issue since it gives a more detailed description sometimes of what is going on 'behind the scenes'. Without that, many of the standard R error messages don't necessarily point to what the issue is.
Not sure if you have done this, but thought I would pass this along.
Thanks,
Rod
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
The other thing to look for is whether the model is created and elements of the report (the output from the O and R anchors). As Ramnath indicates, this looks to be a ploting error, which are the last things produced by the tool. As a result, you are likely to find that the model and parts of the report have been produced. The ploting error is occurring in a an R package we use called plotmo, that has some less than desirable behavior. Consequently, we are looking to replace this package with our own code, but that is still a work in progress.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Yes the model is created there are results and plots. Should i ignor this error then ? I am new user and have not used splien models before.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Yes, errors are always bothersome, but this one is more of a nuisance than anything else. It is definately on our list of things to fix.
