Displaying 7 results from an estimated 7 matches for "uesed".
Did you mean:
uese
2007 Aug 06
3
Error in using nlevels in apply function
Dear R users,
I am currently trying to create my first personnal function and use it
with the apply function. The purpose of this function is to create a
vector summarizing the number of levels in a given selection of
data.frame columns.
I tried to transpose the indexation method used by the nlevels function
but it doesn't seem to work. I did not find anything uesful in the
archives so
2012 Sep 09
5
qplot with many files (each one curve)
Hi,
i would like to plot a few hundred .csv files.
Each file contains one curve with x,y values to plot.
I have been searching for "gnu r read many files qplot"
and similar words. I found for loops that use assign to generate
one variable containing a dataframe.
When i uesed the classic "plot' command i could add
the curves with something like
for... {
data<-read.csv....
points(data$x, data$y, col=myrainbow, type="l")
}
How would you solve it in ggplot?
Kind regards,
--
Jonas Stein <news at jonasstein.de>
2007 Jun 04
10
ActiveBudget - Track your money and learn Rails
I''ve worked as a freelance Rails developer for the past 6 months.
Switching from a cushy salary to hourly work forced me to reevaluate my
finances. Developing a budget came easily to me, but tracking my
spending was annoying. I also needed a way to record my work across a
number of jobs. The convergence of these needs lead to ActiveBudget.
ActiveBudget is the software I use every day to
2010 Oct 18
2
read.spss warning message (Unrecognized record type 7, subtype 18 encountered in system file)
Hello Everyone,
Trying to help someone recover the contents of an SPSS.sav file using read.spss. This seemed to work well but produced a warning message. My code and the warning are displayed below.
Spent some time looking for previous questions about this warning. Found a lot of questions posted but wasn't able to figure out what the problem is.
Is there anyone out there who can explain
2018 May 24
11
[PATCH net-next v12 0/5] Enable virtio_net to act as a standby for a passthru device
The main motivation for this patch is to enable cloud service providers
to provide an accelerated datapath to virtio-net enabled VMs in a
transparent manner with no/minimal guest userspace changes. This also
enables hypervisor controlled live migration to be supported with VMs that
have direct attached SR-IOV VF devices.
Patch 1 introduces a failover module that provides a generic interface for
1997 Sep 24
21
Samba Problems
I have a couple of problems with Samba that I would appreciate help
with:
1. Since installing version 1.9.17p1, error messages such as "ERROR:
set_share_mode: failed to ftruncate share mode file
/var/smb/locks/share.9175085.1500224 to size 42 (Permission denied)" are
appearing in log.smb.
2. When a directory on a UNIX machine contains a file named *, this file
appears with the name ~16
2018 May 22
7
[PATCH net-next v11 0/5] Enable virtio_net to act as a standby for a passthru device
The main motivation for this patch is to enable cloud service providers
to provide an accelerated datapath to virtio-net enabled VMs in a
transparent manner with no/minimal guest userspace changes. This also
enables hypervisor controlled live migration to be supported with VMs that
have direct attached SR-IOV VF devices.
Patch 1 introduces a failover module that provides a generic interface for