search for: prts

Displaying 5 results from an estimated 5 matches for "prts".

Did you mean: ports
2007 Oct 12
2
accessing ylim set by xyplot
Hello, I would like to know if there is a clever way to avoid the problem illustrated below within the xyplot function. x <- seq(1:10) y <- seq(1:10) pr1 <- xyplot(x ~ y) u <- seq(1:12) v <- seq(1:12) pr2 <- xyplot(u ~ v, col = "red", more = FALSE) prts <- list(pr1, pr2) for(i in prts) print(i, more = TRUE) I realize that one possibility is to explicitly set the same values for xlim and ylim for the plot, but that doesn't work very well for me because I am accessing data via a function in a simulation loop in which the ylims vary subs...
2010 Dec 02
1
problem with package rsm: running fit.mult.impute with cph
...+ worried + intimate.friend + am.pill.times + info.parents + info.teacher + info.sch.nurse + info.friends + info.media + info.clinic + info.gp + info.fpa + info.chemist + nearer.clinic + uti + thrush + herpes + love + strat(gender) + Own.space + ordered(Chat.Mother) + ordered(Chat.Father) + ordered(Prts.interested) + ordered(Someone.stands.up.4u) + Thought.runaway + as.numeric(Prts.know.location)+ pubty + partner + arguments + mfqc.total + esteem.total + events.total + bmi This gives the error message Error in 1:n.impute : NA/NaN argument In addition : Warning message: In 1:n.impute : numerica...
2004 Sep 20
1
RE: Samba 'make install' chokes on textproc/expat2 & now openldap
...wing options: WITH_SASL with (Cyrus) SASL2 support ============================================================= Dependency warning: used OpenSSL version contains known vulerabilities Please update or define either WITH_OPENSSL_BASE or WITH_OPENSSL_PORT *** Error code 1 Stop in /usr/prts/net/openldap22-client. *** Error code 1 Stop in /usr/ports/net/samba3. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ OK. I Googled for this problem with all sorts of variations of keywords, and nothing showed that would point me in the right direction. What is the simp...
2011 Mar 24
1
.Fortran successful, R locks up.
...gt; q("n") ^C > obejcts() ^C > q() ^C > ^Z [1]+ Stopped r DRF28:~/cornell/ecohydrology/swat_example/SJ_R_test_mac/Scenarios/Default/TxtInOut_R dan$ killall R [1]+ Terminated r Output from top during lockup: PID COMMAND %CPU TIME #TH #PRTS #MREGS RPRVT RSHRD RSIZE VSIZE 40750 R 96.6% 1:56.07 1 17 87 15M 1384K- 19M 49M Output from R CMD INSTALL: 114 mirage5:fuka% R CMD INSTALL EcoHydrology * installing to library ?/glade/home/fuka/R/x86_64-unknown-linux-gnu-library/2.12? * installing *source* package ?E...
2009 Jun 24
1
Rgraphviz and R 2.9 in ubuntu jaunty
Dear people, I'm new here, so this is my first try. I have ubuntu 9.04 installed with R 2.8 (which surprises me because I realized that the last version R 2.9 is available but in the Synaptic Package Manager 2.8 appears as the last one). I have also graphviz 2.20.2. I have been trying to install Rgraphviz either from R running "biocLite("Rgraphviz")" and from the shell