Displaying 20 results from an estimated 100 matches similar to: "visualizzazione colonne"
2009 Jul 29
3
(senza oggetto)
Ciao,
ho aperto con R un file di classe data frame con 15000 righe e 29 colonne.
Nella console però sono visualizzate solo la prime e l'ultima colonna e le ultime 8000 righe circa.
E' possibile una visualizzazione completa?
Grazie
Sabrina
[[alternative HTML version deleted]]
2008 Jun 16
2
Creating a Hash from Data.Frame
Hi,
I have the following data frame:
> print(mydatframe)
__DATAFRAME__
V1 V2 V3
1 1007_s_at DDR1 discoidin domain receptor tyrosine kinase 1
2 1053_at RFC2 replication factor C (activator 1) 2, 40kDa
3 117_at HSPA6 heat shock 70kDa protein 6 (HSP70B')
__END__
Is there a way to create a hash with
V2 as Key and V3 as its value?
- Gundala Viswanath
Jakarta - Indonesia
2009 May 16
2
no snd-hda-codec.ko in CentOS 5.3 is that ok ?
Hello,
When I was running CentOS 5.2 (and other Liuux distribution) on an Asus
W2J laptop, I never get sound.
I upgraded to CentOS 5.3.
Now the sound card is recognized and plays the test sounds.
I checked channels with alsamixer, mix, kamix ....
I still have no sound using aplay alsa command or whatever else audio
display.
Trying to check my configuration I discovered that the snd-hda-codec.ko
2007 Dec 16
1
mistake in Italian translation
Hi all.
I'm not sure I should send this here, but the link to the Italian
Traslation Team is dead here:
http://developer.r-project.org/TranslationTeams.html
I've found an annoying mistake in the italian traslation of a base
error message:
##
> d <- data.frame(a=1)
> d$a <- 1:2
Errore in `$<-.data.frame`(`*tmp*`, "a", value = 1:2) :
dati sostitutivi con %righe, i
2006 Jan 04
1
Difficulty with 'merge'
Dear R-helpers,
Happy New Year to all the helpful members of the list.
Here is the behavior I'm looking for:
> v1 <- c("a","b","c")
> n1 <- c(0, 1, 2)
> v2 <- c("c", "a", "b")
> n2 <- c(0, 1 , 2)
> (f1 <- data.frame(v1, n1))
v1 n1
1 a 0
2 b 1
3 c 2
> (f2 <- data.frame(v2, n2))
2009 Aug 06
1
calasification table under conditions
hi,
i have a file with 49000 lines i want to do a classification in two tables
suppose data <- read.csv2("c:/total.csv", sep=",")
if the second colonne contains ( A,B,C,D)------------> tab1
if the second colonne contains ( E,F,G,H)------------> tab2
How can do this ?
Thank you for your help
[[alternative HTML version deleted]]
2007 Aug 27
4
Problem with save or/and if (I think but maybe not ...)
Hi,
I recently discovered the R program and I thought it could be useful to me.
I have to analyse data saved as .Px file (x between 0 and 8 - .P0 files have
18 lines at the beginning that I have to skip). New files are generated
everyday.
This is my strategy :
In order to analyse the data, I first want to copy the new data in a
database in MySQL (which already contains the previous data).
So
2011 Aug 05
1
How to install Vlc on CentOs 6
Hello,
How can I install Vlc on CentOs 6 ?
Yum does not find it.
Thanks
F. Colonna
2009 Aug 06
2
problem with r import data
Good moorning,
yesterday, i asked for how we can import data into R i found that it is necessary to make the file in csv format then use L<- read.csv2("path of file")
now i see that the dimension of my table importing into R is 1 colonne (i have realy 20) and (655555) the number of all my lines in the excel file (i want to have only the 2600 lines in my table)
Also, when i say to do
2019 Oct 22
3
Win7 vs. Win10 GPO Editing
Hi,
I have a problem with GPO editing.
I have some GPO first created with RSAT and GPO editor on Win 7 x64.
I have modified recently this object with RSAT and GPO editor on Win 10 x64
.
If I try to edit the GPO back to Win7 I got the following error (in
french):
La ressource ? $(string.SiteDiscoveryEnableWMI) ? r?f?renc?e dans
l?attribut displayName est introuvable. Fichier
2007 Oct 23
2
typo in italian translation (PR#10367)
Hi
read.table in a table with numb of read elements not
multiple of columns
Avviso in scan(file, what, nmax, sep, dec, quote, skip, nlines,
na.strings, :
il numero di elemtni letti non ?? un multiplo del numero di
colonne
--> change "elemtni" to "elementi"
Regards
Luca
2009 Mar 21
1
oggetto gstat
Ciao a tutti ho appena iniziato ad utilizzare R per ora per attuare un'analisi
geostatistica di dati. Volevo sapere come poter creare un oggetto gstat
partendo da un file testo(che ho gia importato con read.table)e che contiene 3
colonne: x,y,value. Mi servirebbe far questo per costruire un variogramma. So
che la domanda molto probabilmente per voi sara' banale....vi ringrazio
2004 Nov 10
1
Loading some function at R startup
Dear R-users,
I've built these functions usefell for me to
import/export data from/to Excel:
importa.da.excel<-function(){read.delim2("clipboard",
dec=",")
## questa funzione consente di importare dati da Excel
in R
## selezionare in Excel le celle che contengono i
dati,
## compresi in nomi delle colonne
## Autore: Vito Ricci email:vito_ricci at yahoo.com
## Data di
2005 Oct 20
3
problème d'import de fichier
hello!
je veux importer un fichier de donnees excel que j'ai au prealable
converti en fichier txt avec separateurs tab, fichier de la forme entree
simple (suite de colonnes contenant des variables).
Voila ma ligne de commande :
> poussins <- read.table("poussins.txt", header=T, sep="\t")
et sa reponse
Erreur dans scan(file = file, what = what, sep = sep, quote =
2014 May 22
0
Xen 4.4 packaging.
Il 18/05/2014 20:11, Fabio Fantoni ha scritto:
> Il 17/05/2014 18:54, Fabio Fantoni ha scritto:
>> Il 03/05/2014 11:30, Fabio Fantoni ha scritto:
>>>> On Thu, 2014-03-06 at 14:05 +0000, Ian Campbell wrote:
>>>> > Hi waldi,
>>>> >
>>>> > Are you planning to update the Xen package too 4.4 soon? Upstream
>>>> have
2014 May 22
0
Xen 4.4 packaging.
Il 18/05/2014 20:11, Fabio Fantoni ha scritto:
> Il 17/05/2014 18:54, Fabio Fantoni ha scritto:
>> Il 03/05/2014 11:30, Fabio Fantoni ha scritto:
>>>> On Thu, 2014-03-06 at 14:05 +0000, Ian Campbell wrote:
>>>> > Hi waldi,
>>>> >
>>>> > Are you planning to update the Xen package too 4.4 soon? Upstream
>>>> have
2011 May 04
1
Outlier removal by Principal Component Analysis : error message
Hi,
I am currently analysis Raman spectroscopic data with the hyperSpec package.
I consulted the documentation on this package and I found an example
work-flow dedicated to Raman spectroscopy (see the address :
http://hyperspec.r-forge.r-project.org/chondro.pdf)
I am currently trying to remove outliers thanks to PCA just as they did in
the documentation, but I get a message error I can't
2004 Mar 09
0
Stage di Marketing
Sabato 20 e Domenica 21 Marzo 2004
Si svolgerà il Corso/Stage di Marketing e Pedagogia necessario per il rilascio del Credito Formativo valido per ottenere l'accesso all'esame di:
Istruttore di Base
Istruttore di Base MW
Guida Equestre Ambientale
Guida Equestre Ambientale MW
IL CORSO E' APERTO A TUTTI
Costo del Corso/Stage Euro 150 per l'intero modulo.
Contattate Franco
2009 Sep 14
9
ActiveRecord::StatementInvalid (invalid date) with Oracle
Hello all. I am a novice Ruby on Rails programmer, starting my first
project using a legacy Oracle 10 database. Using ''reverse_scaffold'' I
have created the models/controllers/views for my existing Oracle
tables.
All seems to work well, using /model/index, /model/show for most of my
tables, *except* when one of the tables contains a Oracle ''date''
column, for
2005 Apr 25
1
multiple autocorrelation coefficients in spdep?
Hello,
Has anyone modified the errorsarlm in the R package spdep to
allow for more than a single spatial autocorrelation coefficient (i.e.
'lambda')?
Or, if not, any initial suggestions on how to make that
modification? I have looked at the source code for the function and realize
that any attempt to do it on my own would require much dedication, so would
like to