Displaying 11 results from an estimated 11 matches for "x148".
Did you mean:
148
2005 Sep 24
1
rpart Error in yval[, 1] : incorrect number of dimensions
...e data, but with the same result. Does anyone know what may be going on, and how to fix it? I have traced two similar error messages in the Archive, but following the threads did not make it clear how to fix the problem.
> currwh.rpart<-rpart(formula = CURRWHEE~EA17_6_1 + EA17_9_1 + X087 + X148 + X260 + MOTHERSA + GESTATIO,method="class")
>
> currwh.rpart
n=6783 (2283 observations deleted due to missing)
node), split, n, loss, yval, (yprob)
* denotes terminal node
1) root 6783 720 3 (0.1060002949 0.8938522778 0.0001474274) *
>
> summary(currwh.rpart)
Call:...
2013 Nov 01
2
Augeas JSON example?
...e.
Is anybody doing something similar, and if so, would you mind sharing the relevant bits of your manifests? Or point me to an example of a WORKING augeas resource which adds or
--
John Simpson <jms1@voalte.com>
Unix System/VM Developer and Engineering Operations, Voalte
+1 (941) 312-2830 x148
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google...
2008 Jan 31
2
box plot
the data is attached
I want to boxplot this data
y<-read.table("afdmmgs.txt", header=T)
boxplot(y)
Error in oldClass(stats) <- cl :
adding class "factor" to an invalid object
I get this error when I try and plot something with na in it
can boxplot just overlook the na and boxplot the values?
stephen
--
Let's not spend our time and resources thinking about
2013 Apr 12
2
model frame and formula mismatch in model.matrix()
...X85+X86+X87+X88+X89+X90+X91+X92+X93+X94+X95+X96+X97+X98+X99+X100+X101+X102+X103+X104+X105+X106+X107+X108+X109+X110+X111+X112+X113+X114+X115+X116+X117+X118+X119+X120+X121+X122+X123+X124+X125+X126+X127+X128+X129+X130+X131+X132+X133+X134+X135+X136+X137+X138+X139+X140+X141+X142+X143+X144+X145+X146+X147+X148+X149+X150+X151+X152
~ conditions, data = proteo)
but I get this error message:
Error in model.matrix.default(mt, mf, contrasts) :
model frame and formula mismatch in model.matrix()
can someone help me please?
Julien.
--
View this message in context: http://r.789695.n4.nabble.com/model-fra...
2009 Jun 24
2
change the height or scale of the y axis
...quot;x131","x132","x133","x134","x135","x136","x137","x138","x139","x140",
"x141","x142","x143","x144","x145","x146","x147","x148","x149","x150",
"x151","x152","x153","x154","x155","x156","x157","x158","x159","x160",
"x161","x162","x163","x164","x16...
2023 Dec 13
0
ANOFA: Analysis of frequency data
...g interaction effects and main effects,
or explore simple effects (with expected marginal frequencies) or
analyze one-degree-of-freedom orthogonal contrasts.
If you were planning on doing a chi-square test on a contingency table,
think twice and read Sharpe (2015) https://*doi*.org/10.7275/tbfa-x148 .
Then you will consider running an ANOFA . Examples are given in
Laurencelle & Cousineau (2023) https://doi.org/10.20982/tqmp.19.2.p173
Also, a simple function for plotting the frequencies along with
confidence intervals is shipped with the package.
See the main documentation on https://d...
2023 Dec 13
0
ANOFA: Analysis of frequency data
...g interaction effects and main effects,
or explore simple effects (with expected marginal frequencies) or
analyze one-degree-of-freedom orthogonal contrasts.
If you were planning on doing a chi-square test on a contingency table,
think twice and read Sharpe (2015) https://*doi*.org/10.7275/tbfa-x148 .
Then you will consider running an ANOFA . Examples are given in
Laurencelle & Cousineau (2023) https://doi.org/10.20982/tqmp.19.2.p173
Also, a simple function for plotting the frequencies along with
confidence intervals is shipped with the package.
See the main documentation on https://d...
2013 Apr 05
1
Accessing examplars in apcluster (apcluster package)
Hi,
I was wondering how it was possible to access the actual cluster exemplars
from the APResult class. Currently it only spits it out onto the terminal
if you type the object but there is no other way to see which one is the
examplar.
Would appreciate any help.
Thanks,
Sachin
[[alternative HTML version deleted]]
2006 Jul 18
1
Reproducible Research - Examples
...ble and feasible. Could
anyone provide examples (stand-alone URLs or supplementary material in
journals) that you would recommend as a models for reproducible research in
R?
Thanks,
Phil
Philip Heilman
USDA-ARS Southwest Watershed Research Center
2000 E. Allen Rd.
Tucson, AZ 85704
(520) 670-6380 x148
pheilman at tucson.ars.ag.gov
http://www.tucson.ars.ag.gov/
2012 Aug 08
1
basehaz() in package 'Survival' and warnings() with coxph
Hello,
I have a couple of questions with regards to fitting a coxph model to a data
set in R:
I have a very large dataset and wanted to get the baseline hazard using the
basehaz() function in the package : 'survival'.
If I use all the covariates then the output from basehaz(fit), where fit is
a model fit using coxph(), gives 507 unique values for the time and the
corresponding cumulative
2012 Aug 09
1
basehaz() in package survival and warnings with coxph
I've never seen this, and have no idea how to reproduce it.
For resloution you are going to have to give me a working example of the
failure.
Also, per the posting guide, what is your sessionInfo()?
Terry Therneau
On 08/09/2012 04:11 AM, r-help-request at r-project.org wrote:
> I have a couple of questions with regards to fitting a coxph model to a data
> set in R:
>
> I have a