Displaying 11 results from an estimated 11 matches similar to: "Question with lattice xyplot"
2011 Aug 25
1
Possible Error in generic function rzigp in ZIGP Package
Dear All,
I would like to report a possible mistake in the generic function rzigp in ZIGP package, and seek for help.
Yesterday I tried the "rzigp" function, in this way:
1. generate poisson means from a pareto distribuion,
2. generate dispersion for each poisson from gamma distribution
3. generate ratios between poisson means from uniform
4. generate dispersed poisson counts by
2010 Jun 24
1
help, bifurcation diagram efficiency
Hello all -
This code will run, but it bogs down my computer when I run it for finer and
finer time increments and more generations. I was wondering if there is a
better way to write my loops so that this wouldn't happen. Thanks!
-Tyler
#################
# Bifurcation diagram
# Using Braaksma system of equations
# We have however used a Fourier analysis
# to get a forcing function
2018 Apr 17
2
Time intervals in a datframe
Hi all
I have a list of multiple datframes with the same column headers. The last column in each datframe contains a vector of "Interval" class after I have produced this column using "lubridate" package. I needed to convert my list of dataframes to be in a single dataframe for further analysis. I did this using the following syntax :
SingleDataframe <- ldply
2018 Apr 17
0
Time intervals in a datframe
> On Apr 17, 2018, at 10:10 AM, Allaisone 1 <allaisone1 at hotmail.com> wrote:
>
>
> Hi all
>
> I have a list of multiple datframes with the same column headers. The last column in each datframe contains a vector of "Interval" class after I have produced this column using "lubridate" package. I needed to convert my list of dataframes to be in a single
2012 Feb 28
2
Error: could not find function "hier.part"
Error: could not find function "hier.part"
things I have tried:
1. reinstall R (lastest version, on windows XP)
2. install package "gtools"
3. include:
library(gtools)
require(gtools)
4. how I call this function:
hier.part(c$Y, xdata, fam = "gaussian", gof = "Rsqu")
5.when I try to check what's in the package "gtools", I get (hier.part is
2011 Feb 09
1
samr - extract genes from siggenes.table
Hi BioC user,
I have a problem extracting the gene set I would like to work with.
Here is I work with my data:
normData <- read.delim("normalizedData.txt",sep ="\t")
######### two class unpaired comparison
# y must take values 1,2
classes <- c(-1,-2,1,2)
#prepere the data for the samr analysis
data.x <-as.matrix(normData[,8:11])
d=list(x=data.x,y=classes,
2020 Oct 25
0
Azure AD Connect and replication issues / WORKAROUND
hello all
just to summarize this topic for anybody else.
after some time spent with tshooting there seems is a sufficient
workaround for this issue: disable "sync of password hashes" option
within Azure AD connect tool.
with disabling this option all three issues (CPU/Bandwidth
utilization/replication logs) are gone!
seems that for now the only working option for samba and Azure
2020 Oct 22
2
Azure AD Connect and replication issues
just small update:
- idfix tool (Directory Synchronization Error Remediation Tool /
https://github.com/microsoft/idfix) shows just small issues like
empty/missing displayName attrib in some of objects which I have
corrected and no more issues present at all.
- no errors from AAD connect event viewer: final log message is
"Scheduler::SchedulerThreadMain : Completed configured scheduler
2012 Nov 07
1
error message no lines available in input
Dear all,
a program that worked well for weeks today gave me consistently the error
message
no lines available in input
referring to the lines
for (i in (0:(timeintervals-1)))
{ j=subjectquantity+6+i*(subjectquantity+7)
print (j)
results<-read.table(file, header=F, skip=j, nrows=subjectquantity)
timeintervals have been specified as argument as 12
subjectquantity as 9
the file it should
2020 Oct 26
4
Azure AD Connect and replication issues / WORKAROUND
Hi Michal,
Thanks for updating, I can confirm your findings on our site.
Pass-through auth works nicely here as well.
However, when reading the ticket, we understand that Ralph B?hme claims
that password-hashes should also work, after making the sync account
MSOL_604447e... a member of "domain admins".
(instead of keeping the default rights that are granted by the
installer, which
2020 Oct 21
2
Azure AD Connect and replication issues
Hi Michal,
Seems we are doing similar things at the moment: getting samba to work
with azure AD.
We also see the high CPU usage on the DC that the Azure AD Connect
server connected to. Between 70 - 100 percent in our case.
We are not seeing any replication issues after azure AD Connect, and I
have a script that automatically checks replication every few minutes.
I was the one reporting the