Displaying 3 results from an estimated 3 matches for "ambiguit".
Did you mean:
ambiguity
2009 Jan 08
1
NAs are not allowed in subscripted assignments
...uring wrapup: NAs are not allowed in subscripted assignments
As far as I can see, I have no NA in the lhs (not after the second
subscript anyway).
Besides, I have a single value on the rhs, so it should be allowed to
have NAs in the lhs, according to help(Extract).
What am I missing?
I can see no ambiguite as to what the result of those commands should be
(j == c(2,2,NA)).
--
Med venlig hilsen
Rune Schjellerup Philosof
Videnskabelig Assistent, Statistik, SDU
Telefon: 6550 3607
Email: rphilosof at health.sdu.dk
Adresse: J.B. Winsl?wsvej 9, 5000 Odense C
2003 Jun 19
3
sciViews
Bonjour,
J'ai t?l?charg? SciViews Insider que je trouve tr?s convivial.
Par contre, je n'arrive pas ? comprendre comment enregistrer un script R en type de fichier R justement.
Mes programmes fonctionnent tr?s bien, mais SciViews me propose uniquement de les enregistrer au format txt sous un type de fichier "bloc notes".
Comment les enregistrer avec l'extension .R comme le
2006 Feb 22
4
exponent confusion
please excuse me if this ones a basic error
> y<-c(-0.7,-0.6,-0.5)
> -0.7^1.22
[1] -0.6471718
> y^1.22
[1] NaN NaN NaN
am I missing something important in my basic math?