Displaying 20 results from an estimated 200 matches similar to: "(senza oggetto)"
2009 Jul 29
1
visualizzazione colonne
ciao,
ho aperto un file in R di classe data frame di 15000 righe e 29 colonne.
Nella console perĂ² sono visualizzate solo la prima e l'ultima colonna e le ultime 8000 righe circa.
E' possibile una visualizzazione completa?
Grazie
Sabrina
[[alternative HTML version deleted]]
2009 Oct 04
1
extraction from data.frame
Hi,
I extracted from a data.frame (x) of 27 columns a smaller data.frame (x2) with 12 columns whit the following:
x2=x[, c("BROVISINGVal", "CHATVal", "EMAILVal", ..., "Piano.Tariffario")]
Anyway I want to form x2 by extracting all the rows that assume any value for the first 11 columns but a particular value (2) for the last one
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
2009 Apr 16
3
(senza oggetto)
Dear all, I have a database x,y,value imported in R with read.table:
dati<-
read.table("dati.dat")
value is a categorical data (land use) and i want to
plot in the same colour the same land use. It is possible with R. Thanks a lot
2010 Oct 11
2
(senza oggetto)
? stato filtrato un testo allegato il cui set di caratteri non era
indicato...
Nome: non disponibile
URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20101011/7fd9c9d5/attachment.pl>
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))
2015 Jun 08
3
[LLVMdev] Publication -- LLVM-Obfuscator - Software Protection for the Masses
Dear LLVM developers,
Here is a quick message announcing yet another academic publication leveraging on LLVM:
@INPROCEEDINGS{ieeespro2015-JunodRWM,
author={Pascal Junod and Julien Rinaldini and Johan Wehrli and Julie Michielin},
booktitle={Proceedings of the {IEEE/ACM} 1st International Workshop on Software Protection, {SPRO'15}, Firenze, Italy, May 19th, 2015},
editor = {Brecht
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
2019 Aug 06
4
Monitor UPS Brand SMS
Hi Users NUT,
I want monitor a UPS of brand SMS (Sinus Double 8 KVA) using a
raspberry-pi. In compatibility list, is listed to use the blazer_ser
driver. I use a USB adapter to RS-232 conected in to the No-Breake. Follow
the comands e confs.
root at rasp:/home/pi# lsusb
*Bus 001 Device 004: ID 067b:2303 Prolific Technology, Inc. PL2303 Serial
Port*
Bus 001 Device 003: ID 0424:ec00 Standard
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
2003 Mar 21
5
Problem with read.table
Dear all, <BR><BR>I was used to work on R1.6 and I have now passed on R1.6.2 but I can''t read my <BR>file (and that is a big problem!!).<BR>I made a data sheet with some <BR>spreadsheet in Excell, and save it as separeted by tab .txt.<BR>I write in R<BR>read.table ("file.txt",h=T,sep="/t",dec=",")<BR>But R
2002 Jun 05
4
Samba compiled version to rpm package
Hi !
I'm runing a linux redhat 7.2 box with samba 2.2.4.
I've downloaded the samba source in order to install it with the
needed compilation options (--with-smbwrapper --with-automount
--with-smbmount --with-pam ...).
Samba is now up and running but I would like to build an rpm with this
compiled version.
Any idea of how to transform this samba compiled version to a rpm
package ?
2003 Dec 05
3
Odds ratios for categorical variable
Dear R-users:
How does one calculate in R the odds ratios for a CATEGORICAL predictor
variable that has 4 levels. I see r-help inquiries regarding odds ratios
for what looked like a continuous predictor variable. I was wondering how
to get the pairwise odds ratios for comparisons of levels of a categorical
predictor variable. I can't seem to get the correct output using:
>
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
2005 May 04
1
error with the function GOHyperG from GOstats package
I am running R 2.0.0, GOstats 1.1.1 and GO 1.7.0,
and when I use the function GOHyperG, I have the following error:
w1<-as.list(hgu95av2LOCUSID)
w2<-unique(unlist(w1))
set.seed(123)
myLL<-sample(w2,100)
xx <- GOHyperG(myLL)
Error in mget(x, env = GOTERM, ifnotfound = NA) :
recursive default argument reference
In fact first I tried this function with my locusId ' list (with
2002 Jun 14
1
What FS type for ACL support ?
Hi !
I would like to setup ACL on my RH7.2 box to be able to set/check
permissions on SMB shares (linux-samba and win2k).
Which file system type to use: XFS, DFS ? Which one is the best
recommanded for my configuration ?
Regards.
Sabrina
---------------------------------------------
Powered by Alinto (http://www.alinto.net)
for lavache.com (http://www.lavacheautomatique.com)
2017 Jan 05
3
[PATCH net-next] net: make ndo_get_stats64 a void function
The network device operation for reading statistics is only called
in one place, and it ignores the return value. Having a structure
return value is potentially confusing because some future driver could
incorrectly assume that the return value was used.
Fix all drivers with ndo_get_stats64 to have a void function.
Signed-off-by: Stephen Hemminger <sthemmin at microsoft.com>
---
2017 Jan 05
3
[PATCH net-next] net: make ndo_get_stats64 a void function
The network device operation for reading statistics is only called
in one place, and it ignores the return value. Having a structure
return value is potentially confusing because some future driver could
incorrectly assume that the return value was used.
Fix all drivers with ndo_get_stats64 to have a void function.
Signed-off-by: Stephen Hemminger <sthemmin at microsoft.com>
---
2012 Mar 19
1
Gsoc: SWIG-based Java Bindings
Hello all,
I am interested in the project: SWIG-based java bindings. It says a few
things of Java bindings generated by SWIG don't work. Could you point out
which particular part does not work?
--
Best Regards,
Sabrina
-------------- next part --------------
An HTML attachment was scrubbed...
URL: