Displaying 20 results from an estimated 27 matches for "adatas".
Did you mean:
datas
2011 Oct 26
6
sometimes removing NAs from code
Sometimes I have NA values within specific columns of a dataframe (in this
example, the first two columns can have NAs). If there are NA values, I
would like them to be removed.
I have been using the code:
y<-c(NA,5,4,2,5,6,NA)
z<-c(NA,3,4,NA,1,3,7)
x<-1:7
adata<-data.frame(y,z,x)
adata<-adata[-which(apply(adata[,1:2],1,function(x)any(is.na(x)))),]
This works well if there are NA
2013 Feb 26
0
Replicated Volume Crashed
Hi,
I have a gluster volume that consists of 22Bricks and includes a single
folder with 3.6 Million files. Yesterday the volume crashed and turned out
to be completely unresposible and I was forced to perform a hard reboot on
all gluster servers because they were not able to execute a reboot command
issued by the shell because they were that heavy overloaded. Each gluster
server has 12 CPU cores
2012 Apr 12
3
writing spdiags function for R
Dear R-list,
I am in the process of translating a long function written in Matlab
into R (mainly because I am a big of fan of R, and folks will not
have to pay to use it :). In the translation of this function
I got stack because they use spdiags, which, as far as I can tell
it is not available in R. I have explored the Matrix package, from
which I borrowed some of the functions (e.g.,
2007 Feb 26
1
2 data frames - list in one out put , matrix in another ??
I have two more or less parallel dataframes that are
giving me different results on one subset of
variables. I know that I assembled the 2 dataframes
slightly differently but I don't see why I am getting
this result because one set of variables are labelled
and the other is not. Variable names are the same,
etc. as far as I can acertain. The only diffference
seems to be that bdata variables
2003 Feb 21
1
Help Var passing in function
First thanks to the fast answer regarding the "Clustplot problem"...
Regarding a new problem:
for (i in 1:5)
{
z <- clara(adata, i)
plot(z)
}
in the above code in the plot screen I get something like:
clusplot(clara(x=adata,i)) in title
in the 2nd type of plot I get
silhouete plot of clara(x=adata,k=i,samples=50)
How can I pass the real value to
2003 Feb 21
0
Var problem
> Regarding a new problem:
> for (i in 1:5) { z <- clara(adata, i) plot(z) }
> in the above code in the plot screen
> I get something like: clusplot(clara(x=adata,i)) as title;
> in the 2nd type of plot I get
> silhouete plot of clara(x=adata,k=i,samples=50)
>
> How can I pass the real value to the i?
> What kind of command
2010 Jul 16
3
Help with Sink Function
iterations <- 100
nvars <- 4
combined <- rbind(scaleMiceTrain, scaleMiceTest)
reducedSample <- combined
reducedSample <- subset(reducedSample, select = -pID50)
reducedSample <- subset(reducedSample, select = -id)
for (i in 1:iterations)
{
miceSample <- sample(combined[,-c(1,2)],nvars, replace=FALSE)
miceSample$pID50 <- combined$pID50
miceTestSample <-
2017 Mar 19
2
"isolinux.bin missing or corrupt" when booting USB flash drive in old PC
On 03/19/2017 01:01 AM, Thomas Schmitt via Syslinux wrote:
> David Christensen wrote:
>> Is there a way I can build live 32-bit Debian GNU/Linux USB images without
>> isohdpfx.S and syslinux.bin?
>
> You could try
> https://www.debian.org/releases/jessie/i386/ch04s03.html.en#usb-copy-flexible
This is how I prepared an ADATA USB Flash Drive 4 GB:
# cat
2016 Jan 14
0
[PATCH] nv50/ir: only use FILE_LOCAL_MEMORY for temp arrays that use indirection
Previously we were treating any indirect temp array usage to mean that
everything should end up in lmem. The MemoryOpt pass would clean a lot
of that up later, but in the meanwhile we would lose a lot of
opportunity for optimization.
This helps a lot of Metro 2033 Redux and a handful of KSP shaders:
total instructions in shared programs : 6288373 -> 6261517 (-0.43%)
total gprs used in shared
2017 Mar 19
3
"isolinux.bin missing or corrupt" when booting USB flash drive in old PC
On 03/18/2017 03:02 PM, Thomas Schmitt via Syslinux wrote:
> Hi,
>
> David Christensen wrote:
>> I use this USB flash drive for bootable installer images; I do not
>> attempt to mount it. I don't know that I could, even if I wanted to:
>
> mkdir /mnt/iso
> mount /dev/sdc /mnt/iso
>
> or, because partition 1 starts at block 0, you may mount it too
>
2019 Sep 17
4
CentOS7 sometimes don't detect NIC after reboot
I have brand new PC with this components:
CPU Intel? Pentium G5400, LGA1151
motherboard ASUS PRIME B360M-C
16 GB RAM
HDD 2x ADATA SSD 256GB XPG GAMMIX S11, PCIe Gen3x4 M.2 2280 (RAID1)
NIC Intel X550-T1 Ethernet Converged Network Adapter
I installed CentOS 7 and two NICs were detected:
eno1 (on motherboard)
enp1s0 (Intel X550-T1)
When I restart the machine sometimes enp1s0 is missing. It is not
2015 Mar 05
1
Possible Error in rsync 3.0.9
Hi
I was using rsync with the following options
rsync -aPH --exclude-from=/var/tmp/ignorelist /home/me/
/run/media/me/ADATA\ #2/rsync-me/
and I was creating a copy of a home directory on my Linux machine. It
went along for sometime (some 30,000 files) when it stopped with the
following message.
--->
Desktop/OSme/Web-Site-Backups/backup-5.4.2014_15-11-43_linux014.tar.gz
4288446464 78%
2019 Sep 17
1
CentOS7 sometimes don't detect NIC after reboot
Dne 17.9.2019 v 15:25 Mauricio Tavares napsal(a):
> On Tue, Sep 17, 2019 at 9:11 AM Miroslav Geisselreiter <mg at intar.cz> wrote:
>> Dne 17.9.2019 v 14:02 Mauricio Tavares napsal(a):
>>> On Tue, Sep 17, 2019 at 7:06 AM Miroslav Geisselreiter <mg at intar.cz> wrote:
>>>> I have brand new PC with this components:
>>>> CPU Intel? Pentium G5400,
2017 Mar 20
3
"isolinux.bin missing or corrupt" when booting USB flash drive in old PC
David Christensen wrote:
> This is how I prepared an ADATA USB Flash Drive 4 GB:
...
install-mbr /dev/sdb
...
[Rest of very clear description snipped.]
What's that? That desn't exist in the Debian I'm running.
Otherwise you gave a very good description of what you're doing.
>From another message:
> Please provide a URL for documentation that explains how to build a
>
2019 Sep 17
3
CentOS7 sometimes don't detect NIC after reboot
Dne 17.9.2019 v 14:02 Mauricio Tavares napsal(a):
> On Tue, Sep 17, 2019 at 7:06 AM Miroslav Geisselreiter <mg at intar.cz> wrote:
>> I have brand new PC with this components:
>> CPU Intel? Pentium G5400, LGA1151
>> motherboard ASUS PRIME B360M-C
>> 16 GB RAM
>> HDD 2x ADATA SSD 256GB XPG GAMMIX S11, PCIe Gen3x4 M.2 2280 (RAID1)
>> NIC Intel X550-T1
2017 Mar 20
0
"isolinux.bin missing or corrupt" when booting USB flash drive in old PC
On 03/19/2017 09:42 PM, Martin Str|mberg via Syslinux wrote:
> David Christensen wrote:
>> This is how I prepared an ADATA USB Flash Drive 4 GB:
> ...
> install-mbr /dev/sdb
> ...
> [Rest of very clear description snipped.]
>
> What's that? That desn't exist in the Debian I'm running.
> Otherwise you gave a very good description of what you're doing.
2019 Sep 17
0
CentOS7 sometimes don't detect NIC after reboot
On Tue, Sep 17, 2019 at 7:06 AM Miroslav Geisselreiter <mg at intar.cz> wrote:
>
> I have brand new PC with this components:
> CPU Intel? Pentium G5400, LGA1151
> motherboard ASUS PRIME B360M-C
> 16 GB RAM
> HDD 2x ADATA SSD 256GB XPG GAMMIX S11, PCIe Gen3x4 M.2 2280 (RAID1)
> NIC Intel X550-T1 Ethernet Converged Network Adapter
>
> I installed CentOS 7 and two
2019 Sep 17
0
CentOS7 sometimes don't detect NIC after reboot
Am 17.09.2019 um 13:05 schrieb Miroslav Geisselreiter:
> I have brand new PC with this components:
> CPU Intel? Pentium G5400, LGA1151
> motherboard ASUS PRIME B360M-C
> 16 GB RAM
> HDD 2x ADATA SSD 256GB XPG GAMMIX S11, PCIe Gen3x4 M.2 2280 (RAID1)
> NIC Intel X550-T1 Ethernet Converged Network Adapter
>
> I installed CentOS 7 and two NICs were detected:
> eno1 (on
2008 Mar 12
0
Problem with approximate null distribution (package: coin)
Hi,
I am trying to make use of "approximate" option to obtain null distribution
through Monte-Carlo resampling, as described in coin library documentation.
Unfortunately, this does not play well with my data -- permutation process
swallows astonishingly large amounts of RAM (4-5Gb) and runs far too long (30
min for B=10). Apparently, this is caused by the size of my dataset (see
2014 Jan 17
2
USB boot problems on Gigabyte GA-M55Plus-S3G
In message <52D846EC.2060303 at mattiasschlenker.de>,
Mattias Schlenker <ms at mattiasschlenker.de> wrote:
>Am 16.01.2014 08:17, schrieb Thomas Schmitt:
>> Another candidate image would be
>> http://cdimage.debian.org/debian-cd/current/i386/iso-cd/debian-7.3.0-i386-ne
>tinst.iso
I just happened to have a copy of this file also already, so I dd'd it to
the