search for: inner_perc_table

Displaying 7 results from an estimated 7 matches for "inner_perc_table".

2012 May 24
1
inner_perc_table?
Hello, Does anyone on this list know what inner_perc_table is or where it is typically found? I am trying to modify some source code and it is used with the .C() function. When I try and run it, it states that 'inner_perc_table is not found'. It is only called in such a way and isn't defined at any point in the previous code in which the fun...
2017 May 10
2
bug report: nlme model-fitting crashes with R 3.4.0
...has now been closed due to spamming problems.. ############################################################################ library(nlme) #Using version 3.1-131 #Windows 7 64-bit operating system fm2 <- lme(distance ~ age + Sex, data = Orthodont, random = ~ 1) # Error in array(c(rep(1, p), .C(inner_perc_table, as.double(X), as.integer(unlist(grps)), : # object 'inner_perc_table' not found # #Upon debugging, this error is thrown with line 135 of lme.formula() code. # #fixDF <- getFixDF(X, grps, attr(lmeSt, "conLin")$dims$ngrps, lme(distance ~ age + Sex, data = Orthodont, random = ~...
2012 May 24
1
modifying some package code
...scussions on the mixed models mailing list and have been directed to simply 'hack' the source code to have the degrees of freedom generated by one function to use in the output of another function that doesn't generate them. My current holdup is an error regarding a .c file called 'inner_perc_table' called by the .C function. The error states that the object 'inner_perc_table' is not found. My confusion lies in the fact that when I run the original script, it recognizes the part just fine. At no point is the object defined and I cannot currently find such a code in the package&...
2017 May 11
2
bug report: nlme model-fitting crashes with R 3.4.0
...############################################################################ | > library(nlme) | > #Using version 3.1-131 | > #Windows 7 64-bit operating system | > | > fm2 <- lme(distance ~ age + Sex, data = Orthodont, random = ~ 1) | > | > # Error in array(c(rep(1, p), .C(inner_perc_table, as.double(X), as.integer(unlist(grps)), : | > # object 'inner_perc_table' not found That is a known issue with R 3.4.0 -- see NEWS. Packages using .C and .Fortran _must_ be recompiled for R 3.4.0. If and when you do, the example will work again. Dirk -- http://dirk.eddelbuettel.co...
2017 May 11
0
bug report: nlme model-fitting crashes with R 3.4.0
...ms.. > > ############################################################################ > library(nlme) > #Using version 3.1-131 > #Windows 7 64-bit operating system > > fm2 <- lme(distance ~ age + Sex, data = Orthodont, random = ~ 1) > > # Error in array(c(rep(1, p), .C(inner_perc_table, as.double(X), as.integer(unlist(grps)), : > # object 'inner_perc_table' not found > # > #Upon debugging, this error is thrown with line 135 of lme.formula() code. > # > #fixDF <- getFixDF(X, grps, attr(lmeSt, "conLin")$dims$ngrps, > > lme(distance ~ age +...
2000 Jun 04
2
mle (PR#560)
...ckage: nls Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library "C:\PROGRAM\R\RW1000/library/nls/libs/nls.dll": LoadLibrary failure > data(Orthodont) > fm1 <- lme(distance ~ age, data = Orthodont) # random is ~ age Error in .C("inner_perc_table", as.double(X), as.integer(unlist(grps)), : C/Fortran function name not in load table > fm2 <- lme(distance ~ age + Sex, data = Orthodont, random = ~ 1) Error in .C("inner_perc_table", as.double(X), as.integer(unlist(grps)), : C/Fortran function name not in...
2017 May 11
0
bug report: nlme model-fitting crashes with R 3.4.0
...t; > ########### > > > library(nlme) > > > #Using version 3.1-131 > > > #Windows 7 64-bit operating system > > > > > > fm2 <- lme(distance ~ age + Sex, data = Orthodont, random = ~ 1) > > > > > > # Error in array(c(rep(1, p), .C(inner_perc_table, as.double(X), > > > as.integer(unlist(grps)),??: > > > # object 'inner_perc_table' not found > > That is a known issue with R 3.4.0 -- see NEWS. > > Packages using .C and .Fortran _must_ be recompiled for R 3.4.0. If > and when > you do, the example wi...