Displaying 3 results from an estimated 3 matches for "lindstro".
Did you mean:
lindstrom
2001 Feb 06
1
RNG not initialised for sftp only under Solaris.
...s. This server
does not exist.
debug: authentications that can continue: publickey,keyboard-interactive,password
debug: next auth method to try is publickey
debug: key does not exist: /home/lindstro/.ssh/id_dsa
debug: next auth method to try is keyboard-interactive
Password:
debug: ssh-userauth2 successful: method keyboard-interactive
debug: fd 6 setti...
2002 Feb 15
1
latex in ltext
Hi. I have been able to get things like
text(9,46, expression(hat(beta) == (X^t * X)^{-1} * X^t * y))
to work in regular plots but
ltext(9,46, expression(hat(beta) == (X^t * X)^{-1} * X^t * y))
does not do the same in lattice (trellis) plots. Has it not been
implemented or am I missing something?
Thanks
- Mary
2007 Jun 25
3
Bug in getVarCov.gls method (PR#9752)
...p(1,nrow(S))
> vars <- (obj$sigma^2)*vw
> result <- t(S * sqrt(vars))*sqrt(vars)
> class(result) <- c("marginal","VarCov")
> attr(result,"group.levels") <- names(obj$groups)
> result
>}
>
>
>On 2/23/06, Mary Lindstrom <lindstro at biostat.wisc.edu> wrote:
>
>
>>Sounds like the documentation should be changed. Doug? Jose?
>>
>>- Mary
>>
>>Andrzej Galecki (agalecki at umich.edu) writes:
>> > Hi Mary,
>> >
>> > Thank you for your response. Note...