Displaying 20 results from an estimated 284 matches for "meat".
Did you mean:
mean
2008 Dec 02
1
QQ plots and boxcox
...ory about hot dogs.
Here are the data:
Beef 186 495
Beef 181 477
Beef 176 425
Beef 149 322
Beef 184 482
Beef 190 587
Beef 158 370
Beef 139 322
Beef 175 479
Beef 148 375
Beef 152 330
Beef 111 300
Beef 141 386
Beef 153 401
Beef 190 645
Beef 157 440
Beef 131 317
Beef 149 319
Beef 135 298
Beef 132 253
Meat 173 458
Meat 191 506
Meat 182 473
Meat 190 545
Meat 172 496
Meat 147 360
Meat 146 387
Meat 139 386
Meat 175 507
Meat 136 393
Meat 179 405
Meat 153 372
Meat 107 144
Meat 195 511
Meat 135 405
Meat 140 428
Meat 138 339
Poultry 129 430
Poultry 132 375
Poultry 102 396
Poultry 106 383
Poultry 94 387
Poul...
2006 Mar 17
1
nlme predict with se?
...> predict(kew11.nlme,x.for.lw.pred, se=T)
Error in predict.nlme(kew11.nlme, x.for.lw.pred, se = T) :
Levels 1. Fall-Winter,2. Spring,3. Summer,4. Fall not allowed for
Season
> x.for.lw.pred[1:10,]
Season ecoreg MBreed ageyr2 sheep farm
1 1. Fall-Winter desert Meat 0.60 1 AksToKa
2 2. Spring desert Meat 1.00 1 AksToKa
3 3. Summer desert Meat 1.25 1 AksToKa
4 4. Fall desert Meat 1.50 1 AksToKa
5 1. Fall-Winter foothills Half 0.60 1 AksToKa
6 2. Spring foothills Half 1.00 1 A...
2007 Jun 19
5
TentSteak 0.2.0
The second release of TentSteak is out and available as a gem on
rubyforge ("gem install tent_steak"). This version introduces a
handful of new form helpers, a couple method renames, editable HTML
tables, and some application bootstrappers for kickstarting Camping
and initializing ActiveRecord.
It''s still in active development, and I''d very much appreciate
2010 Sep 12
2
More strange R CMD build/check errors on Windows
...r52817) on both machines:
>>> On 64-bit Windows:
R\bin\R.exe CMD build ACME
--> produces no output at all and returns code 0.
>>> On 32-bit Windows:
R\bin\R.exe CMD check --no-vignettes --timings affypdnn_1.23.0.tar.gz
* using log directory 'E:/biocbld/bbs-2.7-bioc/meat/affypdnn.Rcheck'
* using R version 2.12.0 Under development (unstable) (2010-08-26 r52817)
* using platform: i386-pc-mingw32 (32-bit)
* using session charset: ISO8859-1
* using option '--no-vignettes'
* checking for file 'affypdnn/DESCRIPTION' ... OK
* this is package 'affyp...
2009 Mar 11
2
Couple of Questions about Classification trees
So I have 2 sets of data - a training data set and a test data set. I've been
doing the analysis on the training data set and then using predict and
feeding the test data through that. There are 114 rows in the training data
and 117 in the test data and 1024 columns in both. It's actually the same
set of data split into two. The rows are made of 5 different numbers. They
do represent
2010 Dec 04
3
Super Meat Boy Crash on startup
Super meat boy crashes on startup with the following message I've installed vcrun2008 and direct x, i'm not sure if this is a wine problem or a super meat boy problem, can any users with more know how than me tell me with this output?
Setting breakpad minidump AppID = 40800
Steam_SetMinidumpSteamID:...
2010 Oct 11
1
'R CMD build' not cleaning the src/ folder on Windows
Hi,
'R CMD build' (with R 2.12.0 RC) fails to clean the src/ folder
on Windows:
D:\biocbld\bbs-2.7-bioc>ls meat/BUS/src
BUS.cpp BUS.h
D:\biocbld\bbs-2.7-bioc>R\bin\R CMD build meat\BUS
* checking for file 'meat\BUS/DESCRIPTION' ... OK
* preparing 'BUS':
* checking DESCRIPTION meta-information ... OK
* cleaning src
* installing the package to re-build vignettes
* c...
2007 Oct 30
1
Some matrix and sandwich questions
Dear R-help,
I have a four-part question about regression, matrices, and sandwich package.
1) In the sandwich package, I would like to better understand the
meat() function.
>From the bread() documentation, for a simple OLS regression, bread() returns
(1/n * X'X)^(-1)
That is, for a simple regression (per the documentation on bread()):
MyLM <- lm(y ~ x)
bread(MyLM)
solve(crossprod(cbind(1, x))) * length(y)
(The last two terms above produce the s...
2011 Jan 22
2
Re: Super Meat Boy Crash on startup
You are right it's an DirectX issue and it's easy to fix. If you install the stand alone version you have to update DirectX. I had the same Problem under Windows.
You can download the DirectX 9c Update here:
http://www.microsoft.com/downloads/en/details.aspx?displaylang=en&FamilyID=3b170b25-abab-4bc3-ae91-50ceb6d8fa8d
2006 Aug 22
0
gem install postgres, dead meat - revisited
I''m still trying to install this sucker ... (RR)
I''m behind a firewall on a WinXP machine.
I open up a DOS window, go to my RR sample app and type the following to
set up postgres:
gem install postgres
I get back the following error:
ERROR: While executing gem ... (SocketError)
getaddrinfo: no address associated with hostname.
So ... I create this environment variable
2009 Feb 27
2
accessing and preserving list names in lapply
Sometimes I'm iterating over a list where names are keys into another
data structure, e.g. a related list. Then I can't use lapply as it
does [[]] and loses the name. Then I do something like this:
do.one <- function(ldf) { # list-dataframe item
key <- names(ldf)
meat <- ldf[[1]]
mydf <- some.df[[key]] # related data structure
r.df <- cbind(meat,new.column=computed)
r <- list(xxx=r.df)
names(r) <- key
r
}
then if I operate on the list L of those ldf's not as lapply(L,...), but
res <- lapply(1:length(L),do.one)
Can this pro...
2010 Jun 10
1
R-based version of R CMD build broken on Windows
Hi,
The R-based version of R CMD build doesn't work for me on Windows:
E:\biocbld\bbs-2.7-bioc>R\bin\R CMD build meat\Biobase
* checking for file 'meat\Biobase/DESCRIPTION' ... OK
* preparing 'Biobase':
* checking DESCRIPTION meta-information ... OK
* cleaning src
* installing the package to re-build vignettes
Warning in shell(sprintf("%s > %s 2>&1", command, o...
2006 Sep 20
1
Stats question - cox proportional hazards adjustments
Hi useRs,
Many studies of the link between red meat and colorectal cancer use
Cox proportional
hazards with (among other things) a gender covariate.
If it is true that men eat more red meat, drink more alcohol and smoke more than
women, and if it is also true that alcohol and tobacco are known risk
factors then why does
it make sense to "adjus...
2010 Jun 08
2
how to ignore rows missing arguments of a function when creating a function?
...h( dat , warn.conflicts = F)
library(sandwich)
library(lmtest)
M <- length(unique(cluster))
N <- length(cluster)
K <- fm$rank
dfc <- (M/(M-1))*((N-1)/(N-K))
uj <- data.frame(apply(estfun(fm),2, function(x) data.frame(tapply(x,
cluster, sum)) ) );
vcovCL <- dfc*sandwich(fm, meat=crossprod(uj)/N)
coeftest(fm, vcovCL)
}
When I run my function, I get the message:
Error in tapply(x, cluster, sum) : arguments must have same length
If I specify instead attach(na.omit(dat), warn.conflicts = F) and don't
have the "na.rm=TRUE" argument, then my function runs;...
2008 Jul 21
4
[LLVMdev] nightly tester setup
...only build warnings and make check.
Checking with -verbose shows that it's running the test suite, so I
don't quite understand what's going on. Looking at
http://llvm.org/nightlytest/ shows that none of the other Linux testers
are reporting test suite results either.
Here's the meat of my nightly script, run from cron:
export BUILDDIR=$HOME/llvm-test
export WEBDIR=$HOME/llvm-test-results
export LLVMGCCDIR=$HOME/llvm-gcc/install
cd -- "$HOME"
mkdir -p -- "$WEBDIR"
cd llvm
utils/NewNightlyTest.pl -release -parallel -noexternals
-noremov...
2016 Mar 18
2
difference between --target, -mcpu, -march
>
> -Most- targets use -march.
>
> -eric
>
Do you meat that in most cases -target is used along with -march instead of
-target and -mcpu?
--
Rail Shafigulin
Software Engineer
Esencia Technologies
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160318/9efe3d1b/a...
2006 Apr 17
2
Building Dynamic DOM Element IDs for RJS Templates
...gt;{:action => "do", :id =>
foo.id} %>
</div>
How do, and can I, build that id in the RJS template?
Also, can anyone recommend a good Ruby syntax book that would help me
out with Rails? I know Java, so I don''t want a rehash of OO
programming, I just want the meat of using Ruby.
Thx.
--
Posted via http://www.ruby-forum.com/.
2006 May 08
0
Problem with "INDEX" in default_mail_env, and pop3
...s
= /home:/var/spool/mail:/var/dovecot/index:/var/dovecot/control
(last two directories added when i changed the "default_mail_env"
setting).
Does anybody know what I'm doing wrong?
I need to move indexes in a file system without quota.
Thanks in advance,
andrea
--
"Thinking meat! You're asking me to believe in thinking meat!"
- Terry Bisson <http://www.terrybisson.com/meat.html>
2007 Nov 11
0
[LLVMdev] C embedded extensions and LLVM
...n the type instead of on the
load/store instruction. Also, unlike volatile, it is not common to
cast a pointer between two different address spaces.
The good thing about this is that I think it will make it
substantially easier to update the various llvm optimizations if you
do this. The meat of project boils down to adding a new address space
qualifier field to PointerType, making sure PointerType takes this
field into account when it is being uniqued, and adding the address
space qualifier to things like global variable.
Does this sound reasonable?
-Chris
-------------- next p...
2011 Jun 27
1
R CMD check --force-multiarch does not install all the archs for testing
...ckages, it only installs for the default arch ('i386').
Then testing the package for 'x64' fails.
For example,
Output of R CMD check --force-multiarch fabia_1.5.0.tar.gz:
-----------------------------------------------------------
* using log directory 'D:/biocbld/bbs-2.9-bioc/meat/fabia.Rcheck'
* using R version 2.14.0 Under development (unstable) (2011-05-30 r56020)
* using platform: i386-pc-mingw32 (32-bit)
* using session charset: ISO8859-1
* using option '--no-vignettes'
* checking for file 'fabia/DESCRIPTION' ... OK
* this is package 'fabia'...