File:Friedmans mars simple model.png

From Vigyanwiki

Friedmans_mars_simple_model.png(240 × 240 pixels, file size: 2 KB, MIME type: image/png)

This file is from Wikimedia Commons and may be used by other projects. The description on its file description page there is shown below.

Summary

Description
English: Plot of a simple Friedman's Multivariate Adaptive Splines Regression (MARS) model with one independent variable.
Date
Source Generated by the author from the "trees" dataset using the "earth" library in the R statistical package
Author Stephen Milborrow

Generated from within the R statistical language as follows:

library(earth)

a <- earth(Volume~Girth, data=trees)

png(filename="friedmans_mars_simple_model.png",pointsize=18,width=240, height=240)

plotmo(a, caption="", col.response="red", clip=0, xlab="x", ylab="y", main="")

dev.off()

Licensing

Public domain I, the copyright holder of this work, release this work into the public domain. This applies worldwide.
In some countries this may not be legally possible; if so:
I grant anyone the right to use this work for any purpose, without any conditions, unless such conditions are required by law.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

16 July 2008

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current22:24, 16 July 2008Thumbnail for version as of 22:24, 16 July 2008240 × 240 (2 KB)wikimediacommons>Stephen Milborrow{{Information |Description={{en|1=Plot of a simple Friedman's Multivariate Adaptive Splines Regression (MARS) model with one independent variable. }} |Source=Generated by the author from the "trees" dataset using the "earth" library in the R statistical p