Displaying 20 results from an estimated 10000 matches similar to: "boot package"
2002 Aug 24
1
nlme
In the non linear mixed effects package a groupedData object can be
created to facilitate modeling.
The gD object includes a formula of the form 'response variable' ~
'primary covariate' | 'grouping factor'.
In experiments creating response surfaces there are 2 or more primary
covariates.
Is there any way to use the groupedData() function to include 2 primary
2004 Dec 03
1
isotonic regression
Hi,
Has anyone written code for isotonic regression on ordered rectangular
grids?
Nathan
Nathan Leon Pace, MD, MStat
University of Utah
Salt Lake City, UT 84132
Office: 801.581.6393
Fax: 801.581.4367
Cell: 801.558.3987
Pager: 801.291.9019
Home: 801.467.2925
[[alternative text/enriched version deleted]]
2003 Nov 05
7
R for various ports of linux
To all:
I currently download the R binaries for Redhat 7.x Linux.
There is considerable turmoil in the vendors of Linux. Redhat
apparently is changing it's business model to paid versions.
This might motivate my department to use a different vendor of Linux.
Is there anything predictable about which vendors/versions of Linux
will have R binaries in the future?
Thanks,
Nathan
PS I
2005 Sep 28
3
xyplots
Hi All,
I have a four panel xyplot. I wish to plot each point as an open or
filled circle depending on the value of an indicator variable.
I assume I need to use panel.superpose(), but I can't figure out the
syntax from lattice documentation.
Running R 2.1 under Mac OS X 10.4.2.
Any suggestions would be appreciated.
Nathan
Nathan Leon Pace, MD, MStat
University of Utah
Salt Lake
2003 Nov 13
1
Installing packages
Running under Redhat 7.3 Linux I have installed R Version 1.8.0
(2003-10-08) from a binary download using the rpm manager.
Using packageStatus(), I am attempted to upgrade several packages.
This is unsuccessful with the following error messages:
* Installing *source* package 'MASS' ...
** libs
gcc -I/usr/lib/R/include -I/usr/local/include -D__NO_MATH_INLINES
-mieee-fp -fPIC -O2
2010 Aug 03
1
Metafor
This is a question of clarification.
IN 2009 Higgins, Thompson and Spiegelhalter (J R Statist Soc A 172:137-159) gave WinBUGs code to get credible intervals from random effects meta analysis for the prediction interval of a new study.
It appears that the predict.rma function creates approximate credible intervals (pending a function revision by the author) for that purpose.
Is my assumption
2004 Mar 05
0
Fwd:
> Hello,
>
> I'm running R 1.8.1 on a Mac G4 with Dual 800 MHz CPU, 1.5 GB RAM, and
> sufficient disk space.
>
> I have loaded the boot package version 1.2-15.
>
> I defined a function to pass to the statistic argument which estimates
> a vector (length = 6) of parameter estimates; none are variances.
>
> I defined a function to pass to the ran.gen argument
2004 Feb 25
1
(no subject)
Hi All,
I'm new at programming in R.
Some functions create objects for which extractor functions are written
to pull out some partial result.
I wish to extract partial results from functions without extractor
functions:
for example, to pass a vector of results to another function.
Even after looking at V&R S Programming I don't see a general approach.
Specifically, how would I
2005 Oct 10
1
labels of a conditioning variable in xyplot
I am running R 2.1.1 on a Mac g5 under Mac OS 10.4.2.
I have an xyplot with a single conditioning variable (8 levels) .
Here is the code for the conditioning variable used in the formula
argument of xyplot:
factor(
drugauthoryear,
levels = c(
'bupicapogna1999',
'levobenhamou2003',
'ropicapogna1999',
2008 Jun 21
1
stepAIC {MASS}
In a generalized linear model with k covariates, there are 2(kth power) - 1
possible models (excluding interactions).
Awhile ago a posting to R-help suggested Model Selection and Multimodel
Inference, 2nd ed, by Burnham and Anderson as a good source for
understanding model selection. They recommend (page 71) computing AIC
differences over all candidate models in the set of possible models.
After
2010 Jan 31
2
lmer, mcmcsamp, coda, HPDinterval
Hi,
I've got a linear mixed model created using lmer:
A6mlm <- lmer(Score ~ division + (1|school), data=Age6m)
(To those of you to whom this model looks familiar, thanks for your patience
with this & my other questions.) Anyway, I was trying this to look at the
significance of my fixed effects:
A6post <- mcmcsamp(A6mlm, 50000)
library(coda)
HPDinterval(A6post)
..but I got this
2010 Jan 16
1
Hierarchical Linear Model using lme4's lmer
Hi,
I was wondering: I've got a dataset where I've got student 'project's
nested within 'school's, and 'division' (elementary, junior, or
senior) at the student project level. (Division is at the student
level and not nested within schools because some students are
registered as juniors & others as seniors within the same school.)
So schools are random,
2008 Apr 09
4
[LLVMdev] Bitwidth analysis?
Hi, LLVMers,
has someone implemented bitwidth analysis for LLVM? I was looking for
something similar to the bitwise compiler described in
"Bidwidth analysis with application to silicon compilation, by Mark
Stephenson, Jonathan Babb and Saman Amarasinghe"
e.g.: http://portal.acm.org/citation.cfm?id=349299.349317
all the best,
Fernando
2004 Nov 18
4
adjusting the map of France to 1830
I'm doing some analyses of historical data from France in 1830 on 'moral
statistics' that I'd like to
show on a map. I've done most of my analyses in SAS, but a few things
would work better in R.
To do this, I have to adjust the modern map,
library(maps)
map('france')
to adjust for changes in departments (86 in 1830, to 97 now). I've read
the documentation
2011 Nov 09
1
ggplot stat_summary (mean_cl_boot)
Hello,
This is a pretty simple question, but after spending quite a bit of time
looking at "Hmisc" and using Google, I can't find the answer.
If I use stat_summary(fun.data="mean_cl_boot") in ggplot to generate 95%
confidence intervals, how many bootstrap iterations are preformed by
default? Can this be changed? I would at least like to be able to report
the number of
2013 May 07
3
Announce: cis-puppet 0.2.0 is now available
Overview
========
This module implements the Center for Internet Security (CIS) Security Configuration Benchmark for Red Hat Enterprise Linux 6 v.1.1.0 (avilable at http://benchmarks.cisecurity.org). Each scored control has been implemented as a class or a custom fact.
Installation
============
Please either:
- Clone git repo from https://github.com/arildjensen/cis-puppet
- Run "puppet
2009 Jul 24
4
CI wiskers
I have a matrix containing means and CIs (lower and upper in two columns, so
three columns for every data point) for several points. I have to build a
graph of these means accompained by the CIs (as wiskers). No problems with
making the graph of means, but I don't know how to introduce CIs.
Can anybody advise?
--
View this message in context:
2009 Apr 12
2
Convert string to time
One variable contains values (1.30 - one hour and thirty minutes, 1.2
(which is supposed to be 1.20 - one hour and twenty minutes)). I would
like to convert to a minute variable so 1.2 is converted to 80
minutes. How?
2010 Feb 17
1
Problems transferring from older version of rsync to new
I have a system running rsync in daemon mode, the version information:
> rsync --version
rsync version 2.6.8 protocol version 29
On another system I have:
> authoritative# rsync --version
rsync version 3.0.7 protocol version 30
I have the following problem when trying to fetch files from the system running the old daemon:
# /usr/local/bin/rsync --protocol=29 -vvvvvvvv
2010 Mar 25
3
Returning Data Frame from Function for use Outside Function
I have a function (see below) that does some bootstrapping (I am happy to
expand offline why I could use existing functions.) I put my results into
and empty matrix and add a row of results with each iteration. My problem is
i am a new user to R and I don't understand data frames, matrices, elements,
and vectors well. What I would like is to have a data frame I can manipulate
outside of the