Displaying 2 results from an estimated 2 matches for "2015987".
1999 Jun 02
1
lme problem ?
Dear friends. I tried the session below with 10 MB in both vsize and nsize but didn't get the
example work. Is this a problem in LME or in me or both or somewhere else or undefined ?
R : Copyright 1999, The R Development Core Team
Version 0.64.0 Patched (May 3, 1999)
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type
1999 Jun 02
0
Sv: lme problem ?
...ontrib directory.
>
> R> fm1 <- lme(distance ~ age, data = Orthodont) # random is ~ age
> R> fm2 <- lme(distance ~ age + Sex, data = Orthodont, random = ~ 1)
> R> gc() # check amounts of storage in use
> free total
> Ncells 575483 800000
> Vcells 2015987 2097152
>
>I'm currently working on the 3.0b8a version that corrects some minor
>gliches in 3.0b8 and enhances the nls capabilities. I hope to upload
>that tomorrow.
>
>This is as good a time as any to announce that we uploaded an nls
>(nonlinear least squares) package for...