Displaying 7 results from an estimated 7 matches for "amicogodzilla".
2007 Jun 20
2
add line to data.frame
...an I update a data.frame adding new lines?
I need to create a second data frame from a first one with only some of their
entrys filtering the value of a specific column... How can I do this?
thankyou very much in advance
best regards
Manuele PEsenti
--
Manuele Pesenti
manuele a inventati.org
amicogodzilla a jabber.linux.it
http://mpesenti.polito.it
2007 Jun 22
2
multiple return
...en I call it, it runs but returns the following output:
> somma(5, 7)
$a
[1] 5
$b
[1] 7
$c
[1] 12
Warning message:
return multi-argomento sono deprecati in: return(a, b, c)
i.e. multi-return is deprecated...
thanks a lot
best regards
Manuele
--
Manuele Pesenti
manuele a inventati.org
amicogodzilla a jabber.linux.it
http://mpesenti.polito.it
2007 Jul 24
4
values from a linear model
...66 on 98 degrees of freedom
Multiple R-Squared: 0.9824, Adjusted R-squared: 0.9822
F-statistic: 5469 on 1 and 98 DF, p-value: < 2.2e-16
I'm interested in values of Std. Error of coefficients...
thank you very much
Best regards
Manuele
--
Manuele Pesenti
manuele a inventati.org
amicogodzilla a jabber.linux.it
http://mpesenti.polito.it
2007 Jul 18
2
hist() Frequancy values
I have seen that the hist() function plots an histogram of the frequency but I
cannot find the value of the object hist that contains theese values... how
is possible to get out them?
thank you very mutch
best regards
Manuele
--
Manuele Pesenti
manuele a inventati.org
amicogodzilla a jabber.linux.it
http://mpesenti.polito.it
2007 Jun 20
4
extract elements
...here other ways, I mean more easy to
write, to obtain the same result I got with:
data[95:length(dati[,1]), ]
where data is a data frame
to extract the last elements starting from a fixed position?
thank you very much
best regards
Manuele PEsenti
--
Manuele Pesenti
manuele a inventati.org
amicogodzilla a jabber.linux.it
http://mpesenti.polito.it
2007 May 21
1
question about forward library
...in Cook's distances plot; because what I find in
abscisas axes are the steps in which some (up to 5) input data are introduced
to estimate a new LMS regression.
can someone help me?
thank you very much in advance
best regards
Manuele Pesenti
--
Manuele Pesenti
manuele at inventati.org
amicogodzilla at jabber.linux.it
http://mpesenti.polito.it
2007 Jun 24
2
matlab/gauss code in R
...t; This works fine, but looks quite ugly. I'm sure that there's a more
> elegant way to do this.
>
> Any suggestion?
>
> Christian
>
>
>
> ------------------------------
>
> Message: 3
> Date: Fri, 22 Jun 2007 12:37:37 +0200
> From: Manuele Pesenti <amicogodzilla en bruttocarattere.org>
> Subject: [R] multiple return
> To: r-help en stat.math.ethz.ch
> Message-ID: <200706221237.37479.amicogodzilla en bruttocarattere.org>
> Content-Type: text/plain; charset="us-ascii"
>
> Dear User,
> what's the correct way to obt...