Displaying 20 results from an estimated 5116 matches for "mass".
Did you mean:
mask
2014 Sep 08
2
Samba4 AD -- Mac OS X clients uid:gid numbers not consistent
...11 Sernet packages for
CentOS 6. I have searched but I have not been able to find a solution
yet.
Any pointers to resolve this problem would be much appreciated.
Thanks for your help.
-- Arun Khan
####### MAC Workstation ###########
$ id redhat.linux
uid=1465847454(redhat.linux) gid=157835854(MASS\Domain Users)
groups=157835854(MASS\Domain
Users),31839191(MASS\tex),38453246(MASS\pum),54847712(MASS\people),136070221(MASS\ice),611498342(MASS\prod),937332115(MASS\zip),943789798(MASS\lgo),1634451510(MASS\ao2),1777519165(MASS\swnartist),1907739953(MASS\cnb),1969236052(MASS\lite),2056039516(MASS\D...
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)
dat2<-melt(dat1,id.var=...
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...
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`
mass.win <- owin(poly=data.frame(x=mass.map$x, y=mass.map$y)
Error in if (w.area < 0) stop(paste("Area of p...
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 t...
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
o...
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 3.5
where for each...
2005 Sep 14
1
R CMD check
...TION' ... OK
* looks like 'VR' is a package bundle
* this is bundle 'VR' version '7.2-19'
* checking if this is a source bundle ... OK
installing R.css in C:/work/VR.Rcheck
Looks like `C:/work/VR.Rcheck/00_pkg_src/VR' is a package bundle
---------- Making package MASS ------------
adding build stamp to DESCRIPTION
installing NAMESPACE file and metadata
making DLL ...
making MASS.d from MASS.c
making lqs.d from lqs.c
gcc -Ic:/PROGRA~1/r/rw2011/include -Wall -O2 -c MASS.c -o MASS.o
gcc -Ic:/PROGRA~1/r/rw2011/include -Wall -O2 -c lqs.c -o lqs.o
ar cr...
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 15.60 0
3 Tollymore 0 0 3 16.43 0
4 Tollymore 0 0 0 16.55 0
5 Caledon 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...
2007 Jul 17
2
SLLOOOWWW function ...
...# Sort by Intensity
frame <- frame[order(frame[["Intensity"]],decreasing = TRUE),]
# Establish output frame using the most intense candidate
newframe <- frame[1,]
# Establish overlap-checking vector using the most intense candidate
lowppm <- round(newframe[1,][["Mass"]]-newframe[1,
[["Mass"]]/1E6*ppmrange,digits=digit)
highppm <- round(newframe[1,][["Mass"]]+newframe[1,
[["Mass"]]/1E6*ppmrange,digits=digit)
presence <- seq(from=lowppm,to=highppm,by=10^(-digit))
# Walk through the entire original frame and check whe...
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 ...
2013 Dec 17
2
How to attach USB disk to specified USB controller in domian?
...#39; domain='0x0000' bus='0x00' slot='0x08' function='0x0'/>
</controller>
3. Enter into guest OS to check those usb device
[root@localhost ~]# lsusb -t
/: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
|__ Port 1: Dev 2, If 0, Class=Mass Storage, Driver=usb-storage, 12M
|__ Port 2: Dev 3, If 0, Class=Hub, Driver=hub/8p, 12M
|__ Port 1: Dev 4, If 0, Class=Mass Storage, Driver=usb-storage, 12M
|__ Port 2: Dev 5, If 0, Class=Mass Storage, Driver=usb-storage, 12M
|__ Port 3: Dev 6, If 0, Class=Mass Storage,...
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 /mnt/web1 /mass/kuurne/day
00 02 * * * 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 - Warning messages:
1: Setting LC_CTYPE failed, using "C"
2: Setting LC_TIME failed, using "C"
3: Setting LC_MESSAGES failed, using &qu...
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)
> req...
2003 May 12
2
I can not load MASS at starting R
...e 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 started. These are the error
messages I got:
Error in get(x, envir, mode, inherits) : variable "biplot" was not found
Error in library(MASS) : package/namespace load failed
2008 Mar 10
2
parmat error from MASS?
...he 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, i get the following error:
Error in apply(parmat, 1, mean) : dim(X) must have a positive length
there is no code in the PVA package routines that has a line that says
"apply(parmat, 1, mean)" or parmat...
2004 Nov 11
2
inst/CITATION produced error during Rcmd check <package>
...king latex ... OK
* using log directory 'H:/R/Packages/VR.Rcheck'
* checking for file 'VR/DESCRIPTION' ... OK
* checking if this is a source package ... OK
installing R.css in H:/R/Packages/VR.Rcheck
Looks like `H:/R/Packages/VR' is a package bundle
---------- Making package MASS ------------
adding build stamp to DESCRIPTION
installing NAMESPACE file and metadata
making DLL ...
making MASS.d from MASS.c
making lqs.d from lqs.c
gcc -Ic:/R/rw2000/include -Wall -O2 -c MASS.c -o MASS.o
gcc -Ic:/R/rw2000/include -Wall -O2 -c lqs.c -o lqs.o
ar cr MASS.a MASS.o lqs....
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...