Displaying 20 results from an estimated 30000 matches similar to: "Submit a new script after all parallel jobs have completed"
2013 Feb 18
1
ggplot2 and facet_wrap help
Dear R experts,
I am trying to arrange multiple plots, creating one graph for each
size1 factor variable in my data frame, and each plot has the median
price on the y-axis and the size2 on the x-axis grouped by clarity:
library(ggplot2)
df <- data.frame(price=matrix(sample(1:1000, 100, replace = TRUE), ncol = 1))
df$size1 = 1:nrow(df)
df$size1 = cut(df$size1, breaks=11)
2011 Oct 03
2
Merge two data frames and find common values and non-matching values
Hi,
I am trying to find a function to match two data frames of different lengths
for one field only.
So, for example,
df1 is:
Name Position location
francesca A 75
cristina B 36
And df2 is:
location Country
75 UK
56 Austria
And I would like to match on "Location" and the output to be something like:
Name Position Location Match
francesca A 75 1
cristina B 36 0
I have tried with
2011 Oct 11
1
Mean or mode imputation fro missing values
Dear R experts,
I have a large database made up of mixed data types (numeric,
character, factor, ordinal factor) with missing values, and I am
looking for a package that would help me impute the missing values
using ?either the mean if numerical or the mode if character/factor.
I maybe could use replace like this:
df$var[is.na(df$var)] <- mean(df$var, na.rm = TRUE)
And go through all the many
2016 Apr 04
0
Fwd: print issue from command prompt when jobs submit simultaneously
Hi Samba-Team,
I'm using Fedora Linux and running samba 4.1.9.
When I submit 2 print jobs from 2 windows command prompts from one
Client PC simultaneously below error is logged and the data is lost
for one of the job.
(CMD prompt: copy smbprint.txt \\IPaddress\Print)
-----------------------------------------------------------------------------------------------------------
2015/12/07
2016 Apr 07
0
print issue from command prompt when jobs submit simultaneously
Hi Samba-Team,
This issue can be reproducible in samba-4.2.5 also.
Please find the attached log file for the same.
Hope I may get some help to resolve it.
Thanks and Regards,
Shivappa
On Mon, Apr 4, 2016 at 11:24 PM, shivappa sangapur <ssangapur3 at gmail.com>
wrote:
> Hi Samba-Team,
>
> I'm using Fedora Linux and running samba 4.1.9.
>
> When I submit 2 print jobs
2012 Mar 05
1
Order a data frame based on the order of another data frame
Hi, I am trying to match the order of the rownames of a dataframe with
the rownames of another dataframe (I can't simply sort both sets
because I would have to change the order of many other connected
datasets if I did that): Also, the second dataset (snp.matrix$fam) is
a snp matrix slot:
so for example:
data_one:
x y
2011 Oct 24
1
Creating data frame with residuals of a data frame
Dear experts,
I am trying to create a data frame from the residuals I get after
having applied a linear regression to each column of a data frame, but
I don't know how to create this data frame from the resulting list
since the list has differing numbers of rows.
So for example:
age<- c(5,6,10,14,16,NA,18)
value1<- c(30,70,40,50,NA,NA,NA)
value2<- c(2,4,1,4,4,4,4)
df<-
2015 Jun 21
0
Listing all spawned jobs/processed after parallel::mcparallel()?
On 20/06/2015 22:21, Henrik Bengtsson wrote:
> QUESTION:
> Is it possible to query number of active jobs running after launching
> them with parallel::mcparallel()?
>
> For example, if I launch 3 jobs using:
>
>> library(parallel)
>> f <- lapply(1:3, FUN=mcparallel)
>
> then I can inspect them as:
>
>> str(f)
> List of 3
> $ :List of 2
>
2015 Jun 20
2
Listing all spawned jobs/processed after parallel::mcparallel()?
QUESTION:
Is it possible to query number of active jobs running after launching
them with parallel::mcparallel()?
For example, if I launch 3 jobs using:
> library(parallel)
> f <- lapply(1:3, FUN=mcparallel)
then I can inspect them as:
> str(f)
List of 3
$ :List of 2
..$ pid: int 142225
..$ fd : int [1:2] 8 13
..- attr(*, "class")= chr [1:3] "parallelJob"
2005 Apr 19
1
Printer down - completed jobs still in queue - NT_STATUS_DRIVE_FULL
My completed print jobs are still showing up in samba's print queue. It
recently caused a printer to go down. Any help would be appreciated.
A little background:
I am using samba version 3.0.10 and cups version 1.1.23-r1 on gentoo.
This problem has occured with several different samba and cups
versions.
relavant smb.conf lines:
printcap name = cups
printing = cups
printcap cache time = 300
2006 Mar 08
1
Print spooler full with completed print jobs
Hi,
I have Panasonic KX-P7105 printer connected through LPT1 port to the "D-link
DP-101P+" print server.
This printer is defined as raw and I am using it only for printing from
different windows clients.
Drivers are only on windows client side. On linux side I never print one
page.
Suddenly, in windows print spooler I can see already printed documents from
every user. As
2003 Nov 04
2
Logon script based on group
Hi there
Is it possible to have a logon script that checks which groups the users are a part of and then runs a logon script based on that? I've tried %G.bat but it doesn't work, %U.bat works though, but that's not what I want
Thanks in advance
Roy
-------------------------------------------------
WebMail fra Tele2 http://www.tele2.no
2007 Mar 14
0
SV: Re: script.aculo.us question
Another option would be to use conditional comments, which is only supported in IE. Either in the javascript:
/*@cc_on @*/
/*@if (@_win32)
Event.observe(window, ''load'', ...(replace img)...);
/*@end @*/
Or in the HTML for including the script (this support checking versions):
<!-[if lt IE 7]>...include script...<![endif]-->
2011 Feb 01
1
using SNOW and clusterApplyLB to run jobs parallel
I have this function and want to run it parallel with different sets of data.
Using SNOW and clusterApplyLB.
system.time(out <- mclapply(cData, plotGraph)) #each cData contains 100X6000
doubles
system.time(out <- mclapply(cData2, plotGraph))
system.time(out <- mclapply(cData3, plotGraph))
system.time(out <- mclapply(cData4, plotGraph))
system.time(out <- mclapply(cData5,
2004 Dec 21
2
[LLVMdev] The vc++ solution cannot live in parallel with a mingw compilation
Hi Jeff and Morten
Does anyone of you win32 guys have the guts to move the sed results from
*.in files out of the llvm source folders and place them under llvm/win32
instead?
Then, as I see it, I will be able to to build both vc++ and mingw versions
from the same sources. And, that would be nice. Otherwise, the vc++ solution
mess up with my mingw compilation.
Henrik.
2010 Nov 23
1
office 2003 setup: can't run msi
With wine 1-3-7 I have the following errors when running
wine msiexec /i stdp11.msi to install office 2003
err:msi:remove_tracked_tempfiles failed to delete L"C:\\users\\fra\\Temp\\msi28.tmp\\Microsoft.Office.Interop.Word.dll"
err:msi:remove_tracked_tempfiles failed to delete L"C:\\users\\fra\\Temp\\msi26.tmp\\Microsoft.Office.Interop.Publisher.dll"
2011 Oct 03
2
Import in R with White Spaces
Hi,
I have a simple question about importing data, I would be very grateful if
you could help me out.
I have used read.csv(file name, header=T, sep=",") to bring in a csv file I
saved in MS Excel.The problem is I have white spaces in the middle of values
(not in the column names), and this messes up the column entries. Since I
have many many files that I am importing and I have spaces
2012 Sep 04
0
AFTREG weights
On Wed, Aug 1, 2012 at 3:08 PM, <fra.meucci@hotmail.it> wrote:
> Dear Göran Broström,
> I am trying to use AFTREG function for R to estimate a loglogistic
> survival function, including time dependent covariates.
> Actually, my Subset includes some partial events; the idea is to model
> this kind of events using something similar to “weights” in the SURVREG
> function.
2004 Jul 16
3
Email eller vedhæftet fil blokeret
Email eller vedhæftet fil afsendt fra din adresse (eller med din adresse som afsender) er blevet afvist fra Allerød Kommune.
Spam og virus bliver typisk sendt under dække af andre afsendere og den blokerede email behøver derfor ikke oprinde direkte fra dig. (Husk dog altid at have et opdateret antivirusprogram på din computer.)
Du kan evt. scanne din computer med det gratis' værktøj
2010 Apr 07
6
Consecutive Jobs
Anyone know how to submit jobs to at or anything else that allows jobs
submitted to a queue to be executed consecutively?
I have a series of servers that submits a job via an ssh background
job but I can only have one execute at any given time.
Possibly some clever bash work?
Thanks!
jlc