简体   繁体   English

在R scatter3d包中检索回归曲面的数据或函数

[英]Retrieving the data or function of the regression surface in R scatter3d package

Does anyone know if it is possible to view the data used for plotting the surface regression in the scatter3d package in R? 有谁知道是否有可能在R的scatter3d包中查看用于绘制表面回归的数据? What I want is to be able to somehow view the formula (or function) for the surface regression that is be applied to my data points in the scatter3d package in R. 我想要的是能够以某种方式查看应用于R中scatter3d程序包中我的数据点的表面回归的公式(或函数)。

Edit: I'm guessing you're using scatter3d from the IPSUR package. 编辑:我猜你使用scatter3dIPSUR包。

Per the help page, "Value 在帮助页面上,“值

scatter3d not return a useful value; scatter3d不返回有用的值; it is used for its side-effect of creating a 3D scatterplot. 它用于创建3D散点图的副作用。 indentify3d returns the labels of the identified points." indentify3d返回所标识点的标签。”

You might want to experiment with scatterplot3D over at CRAN to see if its returned values (functions) are of use. 您可能想在CRAN上使用scatterplot3D进行试验,以查看其返回值(函数)是否有用。

You might be able to dig into the source of scatter3d and fork a version which returns the data. 您也许可以深入研究scatter3d的来源并派生一个返回数据的版本。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM