Displaying 20 results from an estimated 5123 matches for "massing".
Did you mean:
passing
2014 Sep 08
2
Samba4 AD -- Mac OS X clients uid:gid numbers not consistent
I have setup a Zentyal 3.2 Samba4 AD. I am using RSAT to administer
the AD server.
Windows7 and Linux (CentOS) clients are able to join the AD; uid/gid
of directories/files show up as per the definitions in Samba4.
With Mac OS X clients, there is a problem. The OS X nodes are able
to join the domain (quite a few blogs on this subject). The AD
connection shows green button.
The AD user is
2013 May 01
1
Multiple Paired T test from large Data Set with multiple pairs
Hi,
Assuming that your dataset is similar to the one below:
set.seed(25)
dat1<- data.frame(Algae.Mass=sample(40:50,10,replace=TRUE),Seagrass.Mass=sample(30:70,10,replace=TRUE),Terrestrial.Mass=sample(80:100,10,replace=TRUE),Other.Mass=sample(40:60,10,replace=TRUE),Site.X.Treatment=rep(c("ALA1A","ALA1U"),each=5),stringsAsFactors=FALSE)
library(reshape2)
2005 Jan 27
3
Where is MASS
Dear List:
I have been using the MASS package until 5 minutes ago. I just updated
some packages from CRAN, something happened and R crashed. I then
started R again and tried to source in some code that calls MASS, but
received an error that there is not a package called MASS.
I then went to install packages from CRAN and MASS was not visible as an
option and I then went to the CRAN website and
2013 Sep 19
3
How do I ensure that the polygon in spatstat::owin(poly=<polygon>) does not have “negative area”
I am a new user of the R spatstat package and am having problems creating a
polygonal observation window with owin(). Code follows:
library("maps")
library ("sp")`
library("spatstat")
mass.map <- map("state", "massachusetts:main", fill=T) # This returns
a data frame includding x and y components that form a polygon of
massachusetts mainland`
2005 Oct 01
2
update MASS
I'd like to update MASS from version 7.2-11 to version 7-2.19. I am
running R 2.0.1 on ubuntu, that installs MASS with the package r-cran-vr.
I have tried doing update.packages(), and I get a list of packages that
I could update, but none is called MASS.
I have tried the following too, right after launching emacs, but to no
avail.
<QUOTE>
> update.packages("MASS")
trying
2007 Apr 12
2
problems in loading MASS
Hi, there:
After I upgraded my R to 2.4.1, it is my first time of trying to use
MASS and found the following error message:
> install.packages("MASS")
--- Please select a CRAN mirror for use in this session ---
trying URL 'http://cran.cnr.Berkeley.edu/bin/macosx/universal/contrib/2.4/VR_7.2-33.tgz'
Content type 'application/x-gzip' length 995260 bytes
opened URL
2012 Sep 17
6
help with calculation from dataframe with multiple entries per sample
Hi
I have a dataframe similar to:
>Sample<-c(1,1,1,2,2,2,3,3,3)
>Time<-c(1,2,3,1,2,3,1,2,3)
>Mass<-c(3,3.1,3.4,4,4.3,4.4,3,3.2,3.5)
>mydata<-as.data.frame(cbind(Sample,Time,Mass))
Sample Time Mass
1 1 1 3.0
2 1 2 3.1
3 1 3 3.4
4 2 1 4.0
5 2 2 4.3
6 2 3 4.4
7 3 1 3.0
8 3 2 3.2
9 3 3
2005 Sep 14
1
R CMD check
Dear r-devel members,
I tried to build R packages on a PC running Windows XP but experience
problems. However, it is ok when there is no inst directory in a package.
Any help would be appreciated.
The following is an example,
C:\work>R CMD check VR_7.2-19.tar.gz
* checking for working latex ... OK
* using log directory 'C:/work/VR.Rcheck'
* using R version 2.1.1, 2005-06-20
*
2007 Aug 21
2
Optimization problem
Hello Folks,
Very new to R so bear with me, running 5.2 on XP. Trying to do a zero-inflated negative binomial regression on placental scar data as dependent. Lactation, location, number of tick larvae present and mass of mouse are independents. Dataframe and attributes below:
Location Lac Scars Lar Mass Lacfac
1 Tullychurry 0 0 15 13.87 0
2 Somerset 0 0 0
2017 Aug 23
0
MASS:::dropterm.glm() and MASS:::addterm.glm() should use ... for extractAIC()
Hi,
I have sent this message to this list the July, 7th. It was about a
problem in MASS package.
Until now there is no change in the devel version.
As the problem occurs in a package and not in the R-core, I don't know
if the message should have been sent here. Anyway, I have added a copy
to Pr Ripley.
I hope it could have been fixed.
Sincerely
Marc
Le 09/07/2017 ? 16:05, Marc Girondot via
2007 Jul 17
2
SLLOOOWWW function ...
Does anybody have any insight into how to make this faster?
I suspect, that the rounding going on may be an issue, as is the stepping
through data frame rows using integers ...
If you have the patience to teach a noob, he will highly appreciate it ;0)
Joh
digit <- 4
for (minute in seq(from=25,to=lrange[2])){
# Extract all data associtaed with the current time (minute)
frame <-
2009 Feb 10
2
Problem installing MASS-Package
Dear R-Help-Team,
I tried to use isoMDS-Function of the MASS-Package:
Message:
Fehler: konnte Funktion "isoMDS" nicht finden
(error: could not find function "isoMDS")
so I tried to install the package MASS:
> utils:::menuInstallPkgs()
versuche URL 'http://cran.rakanu.com/bin/windows/contrib/2.8/VR_7.2-45.zip'
Content type 'application/zip' length 1598763
2013 Dec 17
2
How to attach USB disk to specified USB controller in domian?
Hi guys,
I want to attach a few USB disks to specified USB controller in domain on libvirt layer, but I didn't find any method to deal with it. Anyone can help me on that?
I added some USB type disk to my domain, started it, I found all USB disk had been attached to same USB controller automatically, I want to assign some USB disks to another controller manually but I can't find the
2004 May 21
3
rsync hangs in cron (not SSH-problem)
This is the case
- mounted Inetpub's windows-webserver on /mnt/web1 /mnt/web2, etc.
- rsync this to local dir:
rsync -av --delete /mnt/web1 /mass/kuurne/day
rsync -av --delete /mnt/web2 /mass/kuurne/day
etc..
- when logged in, everything works (I do see some errors about
non-existing files, but rsync won't stop.
When used this command in cron
00 01 * * * rsync -av --delete
2014 Jan 11
1
gcc: error: SHLIB_LIBADD: No such file or directory
Hi,
I installed Ubuntu 13.10 on Android 4.4.2 (Nexus 5). I also
installed all the tools I have on my Desktop Ubuntu without
problems on the Nexus 5 Ubuntu. I then wanted to install R-3.0.2 (from
source). 'make' runs fine up to installing MASS:
make[2]: Entering directory `/usr/local/R/R-3.0.2-build/src/library/Recommended'
begin installing recommended package MASS
During startup -
2005 Jan 27
2
Results of MCD estimators in MASS and rrcov
Hi!
I tested two different implementations of the robust MCD estimator:
cov.mcd from the MASS package and
covMcd from the rrcov package.
Tests were done on the hbk dataset included in the rrcov package.
Unfortunately I get quite differing results -- so the question is whether
this differences are justified or an error on my side or a bug?
Here is, what I did:
> require(MASS)
>
2003 May 12
2
I can not load MASS at starting R
I have istalled R with the rpm package available for RedHat 9.0.
My machine is a pentium4.
This is my .Rprofile file ( placed in my home directory ):
w <- function ( x, y ) write.table ( t ( x ), file = y, quote = F, col.names = F, row.names = F, sep = ',' )
q <- function () q ( save = 'no' )
library( stepfun )
library ( MASS )
The MASS library is not loaded when R is
2008 Mar 10
2
parmat error from MASS?
i'm in the midst of using R for a PVA/matrix project. my math skills are
lousy and programming skills are worse. to deal with an error that i
couldn't solve, i changed a parameter that used a new part of a routine
in our PVA package's code:
else if (ES == "ParDraw") {
require(MASS)
(previously, ES was "MatrixDraw" and MASS wasn't called for)
now,
2004 Nov 11
2
inst/CITATION produced error during Rcmd check <package>
Dear list member,
by running Rcmd check on a package where a customised 'CITATION' file should
be included instead of the automatically produced one, the following error
occurs:
adding build stamp to DESCRIPTION
installing NAMESPACE file and metadata
installing R files
installing inst files
FIND: Parameter format not correct
make[2]: *** [c:/R/packages/urca/inst] Error 2
make[1]:
1999 Oct 14
2
Help on MASS Library
Hi,
I am starting tu use R on a linux environment (Red Hat 6.0),
and when I tried to use library MASS, writting
library(MASS)
I got the following message:
> library(MASS)
Error: dynamic library `MASS' not found
>
Is there something I am doing wrong?
Thanks in advance,
Alberto
---------------------------------------------------------------------
Alberto Munoz