Can we make prediction with nlxb from nlmrt package?
问题 I'm asking this question because I couldn't figure it out why nlxb fitting function does not work with the predict() function. I have been looking around to solve this but so far no luck:( I use dplyr to group data and use do to fit each group using nlxb from nlmrt package. Here is my attempt set.seed(12345) set =rep(rep(c("1","2","3","4"),each=21),times=1) time=rep(c(10,seq(100,900,100),seq(1000,10000,1000),20000),times=1) value <- replicate(1,c(replicate(4,sort(10^runif(21,-6,-3),decreasing