Displaying 3 results from an estimated 3 matches for "funciont".
Did you mean:
funciona
2004 Jun 11
1
bug or correct behaviour ?
...tmp.last <- tmp
else
tmp <- tmp.last
...
.Call("replace",tmp,...)
}
####################################
When I try to recover tmp
tmp <- tmp.last
I got the modified value of tmp.
It means that tmp.last is modified
when I modified tmp in the C funciont replace.
The program seems to work fine if I change
to this::
tmp.last <- tmp*1.0
tmp <- tmp.last*1.0
Any comments ?
Alex
2001 Dec 10
1
Validchars / spanish not working
Hi everybody, I need your help, I installed samba on a small network in
Mexico, there are many many file names in spanish so I put these lines
to my smb.conf
client code page = 437
valid chars = E1 E9 ED F3 FA
I looked for the hex values of the accented lower case vocals, thats
where E1, E9, etc came from
Something weird happens, even when the Folder/file names are listed
correctly (with
2013 May 08
1
How to calculate Hightest Posterior Density (HPD) of coeficients in a simple regression (lm) in R?
Hi!
I am trying to calculate HPD for the coeficients of regression models
fitted with lm or lmrob in R, pretty much in the same way that can be
accomplished by the association of mcmcsamp and HPDinterval functions for
multilevel models fitted with lmer. Can anyone point me in the right
direction on which packages/how to implement this?
Thanks for your time!
R.
[[alternative HTML version