search for: intknots

Displaying 1 result from an estimated 1 matches for "intknots".

Did you mean: intents
2013 Jan 18
0
problem that arises after using the new version of "BRugs"
...kindly give me a solution for this question. Thanking you. Moumita Chatterjee Research Scholar University Of Calcutta. -------------- next part -------------- x<-c(13,5,8,0,11) delta<-c(1,1,0,1,0) ZOSull<- function (x, range.x, intKnots, drv = 0) { if (drv > 2) stop("splines not smooth enough for more than 2 derivatives") library(splines) if (missing(range.x)) range.x <- c(1.05 * min(x) - 0.05 * max(x), 1.05 * max(x) - 0.05 * min(x)) if (missing(intKnots)) { n...