Displaying 1 result from an estimated 1 matches for "claw54".
Did you mean:
class4
2009 Jun 26
1
The Claw Density and LOCFIT
...file called lffigs.R) from somewhere - cannot find it on the web anymore. The code in the .R script file does not work either.
Could anybody please direct me in finding an updated version of this document, or help me correct the code given in the file. The (out-of-date) code is as follows:
data(claw54)
fit1 <- locfit( ~ claw54, deg = 0, kern = "gauss", alpha = c(0, 0.315), ev =
grid(100, ll = -3.5, ur = 2.7))
fit2 <- locfit( ~ claw54, deg = 0, kern = "gauss", alpha = c(0, 0.985), ev =
grid(100, ll = -3.5, ur = 2.7))
x <- seq(-3.5, 2.7, length.out = 200)...