Displaying 20 results from an estimated 265 matches for "3m".
Did you mean:
m3
2011 Jul 21
0
gls yields much smaller std. errors with different base for contrasts
...3,3,6,6,6,8,8,8,4,4,4,4,4,4,5,5,5,5,5,5))
1> sex_ratio<-as.factor(c("6m:6f","6m:6f","6m:6f","6m:6f","6m:6f","6m:6f","6m:6f","6m:6f","6m:6f",
1+ "6m:6f","6m:6f","6m:6f","3m:9f","3m:9f","3m:9f","3m:9f","3m:9f","3m:9f","3m:9f","3m:9f",
1+ "3m:9f","3m:9f","3m:9f","3m:9f","6m:0f","6m:0f","6m:0f","6m:0f","6m:0f"...
2018 Jun 01
4
Regroup and create new dataframe
Hello folks,
I have a big project to work on and the dataset is classified so I am just
going to use my own example so everyone can understand what I am targeting.
Let's take Target as an example: We consider three brands of tape: Target
brand, 3M and Avery. The original data frame has 4 columns: Year of Record,
Product_Name(which contains three brands of tape), Sales, and Region. I
want to create a new data frame that looks like this:
Year of Record Sales Region
Target Brand
3M
Avery
Here is what I di...
2010 Mar 15
2
IBM Touchscreen
Hi, i have some old IBM USB touchscreens, that insist on not working
correctly under CentOS. I tried to use the 3m driver and the elousb driver,
but none of them work.
The touch part works out of the box witohut any drivers, but i can't find a
way to calibrate them The y axis is inverted and the X axis is a bit off.
Here is the output form lsusb:
Bus 003 Device 002: ID 0596:0001 MicroTouch Systems, Inc. T...
2018 Jun 01
0
Regroup and create new dataframe
...Third, you need to provide a reproducible example and send your data using dput() so that we can follow what you have tried so far. For example, here's a data set that resembles what you have described:
set.seed(42)
Tape <- data.frame(Year=2011:2015, Product=rep(c("Target", "3M", "Avery"),
? ? ?each=5), Sales=sample(1000:2000, 15), Region=rep(c("North", "South",
? ? ?"West"), each=5), stringsAsFactors=FALSE)
dput(Tape)
structure(list(Year = c(2011L, 2012L, 2013L, 2014L, 2015L, 2011L,
2012L, 2013L, 2014L, 2015L, 2011L, 2012L, 2...
2018 Jun 01
0
Regroup and create new dataframe
...Third, you need to provide a reproducible example and send your data using dput() so that we can follow what you have tried so far. For example, here's a data set that resembles what you have described:
set.seed(42)
Tape <- data.frame(Year=2011:2015, Product=rep(c("Target", "3M", "Avery"),
? ? ?each=5), Sales=sample(1000:2000, 15), Region=rep(c("North", "South",
? ? ?"West"), each=5), stringsAsFactors=FALSE)
dput(Tape)
structure(list(Year = c(2011L, 2012L, 2013L, 2014L, 2015L, 2011L,
2012L, 2013L, 2014L, 2015L, 2011L, 2012L, 2...
2004 Aug 16
2
using nls to fit a four parameter logistic model
Shalini Raghavan
3M Pharmaceuticals Research
Building 270-03-A-10, 3M Center
St. Paul, MN 55144
E-mail: sraghavan at mmm.com
Tel: 651-736-2575
Fax: 651-733-5096
----- Forwarded by Shalini Raghavan/US-Corporate/3M/US on 08/16/2004 11:25
AM -----...
2013 Apr 23
0
Error with function
Dear R forum,
I have a data.frame as given below:
df = data.frame(tran = c("tran1", "tran2", "tran3", "tran4"), tenor = c("2w", "1m", "7m", "3m"))
Also, I define
libor_tenor_labels = as.character(c("o_n", "1w", "2w",
"1m", "2m", "3m", "4m", "5m", "6m", "7m", "8m", "9m", "10m", "11m",
"1...
2013 Apr 23
0
Fw: Error with function - USING library(plyr)
...or with function
To: r-help@r-project.org
Date: Tuesday, 23 April, 2013, 7:06 AM
Dear R forum,
I have a data.frame as given below:
df = data.frame(tran = c("tran1", "tran2", "tran3", "tran4"), tenor = c("2w", "1m", "7m", "3m"))
Also, I define
libor_tenor_labels = as.character(c("o_n", "1w", "2w",
"1m", "2m", "3m", "4m", "5m", "6m", "7m", "8m", "9m", "10m", "11m",
"1...
2013 Apr 23
0
Fw: " PROBLEM SOLVED" - Error with function
...or with function
To: r-help@r-project.org
Date: Tuesday, 23 April, 2013, 7:06 AM
Dear R forum,
I have a data.frame as given below:
df = data.frame(tran = c("tran1", "tran2", "tran3", "tran4"), tenor = c("2w", "1m", "7m", "3m"))
Also, I define
libor_tenor_labels = as.character(c("o_n", "1w", "2w",
"1m", "2m", "3m", "4m", "5m", "6m", "7m", "8m", "9m", "10m", "11m",
"1...
2011 Aug 09
1
Large file stream extended attribute support
Hi list,
Does Samba support large extended attributes? By this I'm referring to
attributes that are alternate streams attached to a file.
http://msdn.microsoft.com/en-us/library/aa364404%28v=vs.85%29.aspx
Seeing a problem when the referenced stream points to large files (sometimes
3M+).
Thanks for the help,
- T
2004 Jun 07
1
aoTuV mode?
Are there plans to incorporate aoTuV mode into vorbis, perhaps a
commandline switch to make optionally available the aoTuV tunings?
The abx results from aoTuV are impressive...
http://www.hydrogenaudio.org/index.php?showtopic=21916&st=50&&#entry215109
-Dan
2001 Dec 19
2
readline with R-1.4.0
...pilation. The odd thing is that
after compilation finished I changed the above symbolic link back to
libreadline.so.4.2 and all tests ran with no problem. Readline also seems
to work in interactive mode.
Andy
__________________________________
Andy Jaworski
Engineering Systems Technology Center
3M Center, 518-1-01
St. Paul, MN 55144-1000
-----
E-mail: apjaworski at mmm.com
Tel: (651) 733-6092
Fax: (651) 736-3122
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info",...
2007 Feb 14
2
ext3 filesystem performance question
...dual core opterons (2.4 GHz),
and 16 GB memory.
The disk drives are 500 GB SATA-Drives.
Wondering about times for dd command performance and rm command performance in an empty machine
(the filesystem has been made with "mkfs.ext3 /dev/sd...", nothing more)
1. Making a new 3 GB (1024 x 3megabytes blocks) file with dd needs 10.18 sec wallclock time:
taskset 1 time dd if=/dev/zero bs=3M count=1024 of=~backes/xxxxx
1024+0 records in
1024+0 records out
0.00user 10.02system 0:10.18elapsed 98%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outputs (0major+187minor)pagefaults 0swaps
2. R...
2001 Sep 06
2
Compiling 1.3.1 under RH Linux
...lowing error in base-Ex.Rout
> fa <- file.access(dir("."))
Error in file.access(dir(".")) : file.access is not implemented on
this system
Any help will be appreciated.
Andy
__________________________________
Andy Jaworski
Engineering Systems Technology Center
3M Center, 518-1-01
St. Paul, MN 55144-1000
-----
E-mail: apjaworski at mmm.com
Tel: (651) 733-6092
Fax: (651) 736-3122
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info",...
2001 Nov 28
2
PNG diver problem
...16 kernel. My Win2000 machine is
an IBM Intellistation with 1GHz Pentium III and
512Mb of memory.
(5) Both machines run R-1.3.1 (original versions dated 2001-08-31).
Any help will be appreciated.
Andy
__________________________________
Andy Jaworski
Engineering Systems Technology Center
3M Center, 518-1-01
St. Paul, MN 55144-1000
-----
E-mail: apjaworski at mmm.com
Tel: (651) 733-6092
Fax: (651) 736-3122
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info",...
2004 Apr 01
2
Need help with rate-limiting NTTP traffic
...nat and dummynet to a Gentoo Linux box running netfilter and
tc. I have to admit that I''m having problems visualizing tc in my head.
So, I was wondering if I could get an assist.
Basically, when I run my NNTP client, it uses as much bandwidth as it
can get its grubby paws on. I have a 3M wireless connection and my ISP
doesn''t limit me, but I think they will if I''m constantly using all 3M.
So, since my NNTP traffic is pretty much constantly ongoing, I''d like
to limit it to 800kbit. This was a breeze with dummynet, but I''m not
getting how to do it...
2012 Dec 07
2
Performance problems while running doveadm purge
I have a rather large and active mdbox (28 GB, 3M mess, 1200
deliveries/day). I usually have no problems working with those mails,
and there is some batch processing going on (via doveadm).
Every few weeks I try my luck running doveadm purge, and this
a) crunches about 5GB (to be expected),
b) takes rather long (ok),
c) leads to long stretches of...
2007 Feb 23
3
mixture of 2 normals - starting values
...r to a book by
Everitt and Hand. Unfortunately, I do not have an easy access to this
book. Could anybody point me to a description of the method that I could
use?
Any help will be appreciated. Thanks in advance,
Andy
__________________________________
Andy Jaworski
518-1-01
Process Laboratory
3M Corporate Research Laboratory
-----
E-mail: apjaworski at mmm.com
Tel: (651) 733-6092
Fax: (651) 736-3122
2002 Mar 19
3
Re: Problems with rgl package
...ld this possible make a difference. The rgl library uses OpenGL. Is it
a standard install on all Win2k systems?
Cheers,
Andy
PS I am running standard 1.4.1 version of R installed from precompiled
binaries.
__________________________________
Andy Jaworski
Engineering Systems Technology Center
3M Center, 518-1-01
St. Paul, MN 55144-1000
-----
E-mail: apjaworski at mmm.com
Tel: (651) 733-6092
Fax: (651) 736-3122
Duncan Murdoch...
2002 Dec 31
3
Probit Analysis
Hello all,
I have a very simple set of data and I would like to analyze them with
probit analysis.
The data are:
X Event Trial
100 8 8
75 8 8
50 6 8
25 4 8
10 2 8
0 0 8
I want to estimate the value of X that will give a 95% hit rate
(Event/Trial) and the corresponding
95% CI. Anyone can offer some help? Thanks!!
-