Displaying 7 results from an estimated 7 matches for "mpesenti".
Did you mean:
pesenti
2007 Jun 20
4
extract elements
...ite, 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 Jun 22
2
multiple return
...llowing 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
...quared: 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
...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 May 21
1
question about forward library
...at 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 20
2
add line to data.frame
...s?
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 24
2
matlab/gauss code in R
...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 en inventati.org
> amicogodzilla en jabber.linux.it
> http://mpesenti.polito.it
>
>
>
> ------------------------------
>
> Message: 4
> Date: Fri, 22 Jun 2007 06:40:23 -0400
> From: Duncan Murdoch <murdoch en stats.uwo.ca>
> Subject: Re: [R] what is "better" when combining data frames? merge
> vs. rbind & c...