Displaying 12 results from an estimated 12 matches for "multic".
Did you mean:
multi
2007 May 14
1
Problem with R CMD BATCH on R-2.5.0 due to Sys.unsetenv not available
Hello,
I am working on an unix SunOS machine ( sun4u sparc) and since the last
release of R -R version 2.5.0 (2007-04-23) - ,
I have got troubles during the execution of batch command.
For example with the instruction file multic.in
>cat multic.in
install.packages("multic","/bge/penel/R_install/R_2.5.0/lib/R/library",repos="http://cran.at.r-project.org")
When I use the BATCH command, I get an error :
>R_2.5.0/bin/R CMD BATCH multic.in
creates the multic.in.Rout file :
>cat m...
2008 Dec 11
3
generate combination multiset (set with repetition)
...have
> set <- array(1:3)
And I want to choose all combinations of picking 2 numbers, I want to
get a print out like
[,1] [,2]
[1,] 1 1
[2,] 1 2
[3,] 1 3
[4,] 2 2
[5,] 2 3
[6,] 3 3
subsets(set, 2, allow.repeat=T) should work, but I can't get the
multic package to install, t(combn(set,2)) was suggested but it
doesn't produce repetitions; expand.grid(rep(list(1:3), 2)) was also
suggested, but it produces permuations, not combinations.
Additionally, I would like to iterate through each resultant set for
large n (similar to the description for ge...
2009 Feb 07
3
New package test results available
...eaders in
C++: you are supposed to write e.g.
#includd <cmath>
NOT
#include <math.h>
Symptoms of this can be seen for packages
BayesTree EMCC MCMCfglmm MarkedPointProcess Matching Matrix
RQuantlib RandomFields Rcpp SoPhy compHclust dpmix igraph minet
mixer modeest monomvm multic pcaPP rgenoud robfilter segclust
simecol subselect
--
Brian D. Ripley, ripley at stats.ox.ac.uk
Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/
University of Oxford, Tel: +44 1865 272861 (self)
1 South Parks Road, +44 1865...
1999 Nov 10
1
Getting around 16 unix group limitation
Has anyone worked out a way around the 1+16 group limit imposed on
Solaris in regards to samba.
Our situation is that users only see the Solaris 2.6 server via Samba -
ie. no user has telnet or general unix access to the server. Is there a
way using Samba to allow users to belong to more than 16 secondary
groups (ie. bypassing the underlying unix group limitation). I am aware
that you can
2009 Jan 08
3
Ashlee Vance's article on R in the New York Times
Ashlee Vance's article on R in the New York Times.
This is typical of the New York Times. Because they get to coast on the
prestige and reputation of their brand , they have a history of just this
sort of journalistic sloppiness. Whether it's the author or the editor at
fault doesn't really matter, they do this screw-up all the time.
Look, if you write an article on the first page of
2007 Sep 20
8
How are alternate superblocks repaired?
Hi,
Using dumpe2fs I have been able to determine that all of my alternate ext3 superblocks are corrupted (not clean), and only the primary superblock is valid, i.e. mount works and the ordered journal is applied. When the primary superblock gets flakey, i.e. the ext_attr Filesystem feature goes missing - not sure why this occurs. At this point, the mount does not apply the journal using the
2016 Jun 02
2
MaxDisplays configuration option
Hello,
I manage OpenSSH on a dozen or so servers that act as gateways for a large
amount of developers and system administrators. On these servers it is
common for there to be more than 1000 active X11 forwards active at peak
usage. Beyond ~1000 active X11 forwards, sshd will fail to bind additional
ports due to a hard coded range check in channels.c that limits the port
range that sshd will
2009 Mar 05
1
BDB speed benefits
Hi.
Any idea what speed benefits the BDB translator provides over standard file
storage?
Also, how it's reliable, and what's the maximum file size it stores in the
DB?
Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://supercolony.gluster.org/pipermail/gluster-users/attachments/20090305/2b391a92/attachment.html>
2000 Mar 31
7
Samba on Linux with no ACL's is making things tough
Please for give me if this gets a bit long.
I am presently in the process of moving my company's file server from
Windows NT 4.0 over to Linux with SAMBA and the lack of ACL support in
the ext2 filesystem is making things very difficult to design. To
clarify I am NOT writing about Samba's support for NT ACL's on NTFS. I
am writing to possibly get some tips for getting around the lack
2010 Jul 15
13
The perils of GMAX
gmax won't start up after the initial time. The messages I am getting indicate that it has become case sensitive with respect to names. The installer put in a directory named 'stdplugs' but the program wanted it to be 'StdPlugs'. So I renamed it. It still says these libraries fail to initialize. I must be missing a windows module but I did put in the recommended winetricks
2009 Jan 15
2
Interface to open source Reporting tools
...s "user
> interface"?) was based on BCPL, which was developed at Cambridge University
> and MIT (which was in turn loosely based on CPL). But BCPL declined into
> obscurity, while we're still stuck witxxx benefitting from C.
>
> As for Unix, most of its ideas came from Multics (developed mostly at MIT,
> but with Bell Labs and GE). And some of the core ideas and utilities of
> Multics came from CTSS (also MIT) -- Unix roff/nroff/troff was a knock-off
> of CTSS's runoff, for example. But Multics failed and Unix succeeded.
>
> Fast forward a few years,...
2007 Oct 24
182
Yager on ZFS
Not sure if it''s been posted yet, my email is currently down...
http://weblog.infoworld.com/yager/archives/2007/10/suns_zfs_is_clo.html
Interesting piece. This is the second post from Yager that shows
solaris in a pretty good light. I particularly like his closing
comment:
"If you haven''t checked out ZFS yet, do, because it will eventually
become ubiquitously implemented