Displaying 7 results from an estimated 7 matches for "u95".
Did you mean:
95
2005 Jul 28
1
conversion from SAS
...chla;
run;
ODS listing close;
%macro sort_event(cut_off,last=0);
/*proc glm data=sort_dataset;
class year;
model logchla=year cos1 sin1 cos2 sin2 cos3 sin3
cos4 sin4 /solution;
by station;
where bloom=0;
output out=chla_res predicted=pred student=studres
cookd=cookd rstudent=rstudent u95=u95;
lsmeans year / at (cos1 sin1 cos2 sin2 cos3 sin3
cos4 sin4)=(0 0 0 0 0 0 0 0);
ODS output ParameterEstimates=parmest
LSmeans=lsmeans;
run;*/
proc glm data=sort_dataset;
class year month;
model chla=/solution;
by station;
weight w_chla;
where bloom=0;
output out=chla_res...
2013 Feb 20
2
xyplot help
I am ploting gridded time series data. I would like the actual lat and lon value appear on the graph-if possible inside the graph as numbers. If there is also more elegant ways to plot the graphs I will appreciate more suggestions.
#################################
library(ggplot2)
library(lattice)
month <- c("Jan", "Feb", "Mar", "Apr", "May",
2008 Aug 25
5
How to do a meta-analysis plot
...Ratio) and 95% Confidence
Interval data set, which looks like
mydata=data.frame(OR=c(2.04545454545, 1.10434782609, 1.22588104401,
1.14102564103,
1.20579245527, 1.375, 1.16535433071),
L95=c(1.22839621997, 0.858106819302, 1.0964802088, 0.841934120955,
0.969786886818, 1.01498537023, 0.919391492382),
U95=c(3.40546755139, 1.42122051928, 1.37055308613, 1.54632513827,
1.49917372998, 1.86258857302, 1.47707220868)
)
rownames(mydata)=c(paste("Study",1:6,sep=""),'Summary')
mydata
My problem is that I don't have the raw data as rmeta _requires_ and, even
when I have my dat...
2007 Nov 02
0
loading installes package including all needed subpackages
...cs Devices and Support for Colours
and Fonts
grid The Grid Graphics Package
GSEABase Gene set enrichment data structures and methods
hgu133a Affymetrix Human Genome U133 Set Annotation
Data (hgu133a)
hgu95av2 Affymetrix Human Genome U95 Set Annotation Data
(hgu95av2)
hgu95av2.db Affymetrix Human Genome U95 Set annotation data
(chip hgu95av2)
hgu95av2cdf hgu95av2cdf
KEGG A data package containing...
2008 Dec 22
2
Hmisc Dotplot with confidence intervals and panel.points problem
...otation" points plotted in the graphic
I can easily achieve (1) by constructing an appropriate object with Cbind. But for (2) when I use the panel=function argument the confidence intervals of the original plot are gone.
This is my (simplified) code:
Dotplot(
resultrow ~ Cbind(ESTIM, L95, U95),
data=results,
abline=list(v=0),
scales=list(
y=list(
labels=paste(as.character(foo$bar),
at=results$nranalysis,
cex=0.5
)
),
xlab="some label",
ylab="",
xlim=c(-10,10),
main=paste("a title"),
subscripts = T,
panel=functio...
2013 Jun 03
0
interpretation of flexsurvreg output from flexsurv package
...the hazard function
and I want to compare two groups. The model is very simple:
flexsurvreg(formula = Surv(day, censored) ~ group, dist = "gompertz")
and the output is also quite simple:
Maximum likelihood estimates:
est L95%
U95%
shape 0.44600 0.40000
0.49200
rate 0.00406 0.00263
0.00628
group B -0.31800 -0.61700
-0.01820
N = 407, Events: 174, Censored: 233
Total time at risk: 3007...
2008 Dec 29
0
Serial Correlation Test for Short Time Series
...otation" points plotted in the graphic
I can easily achieve (1) by constructing an appropriate object with Cbind.
But for (2) when I use the panel=function argument the confidence intervals
of the original plot are gone.
This is my (simplified) code:
Dotplot(
resultrow ~ Cbind(ESTIM, L95, U95),
data=results,
abline=list(v=0),
scales=list(
y=list(
labels=paste(as.character(foo$bar),
at=results$nranalysis,
cex=0.5
)
),
xlab="some label",
ylab="",
xlim=c(-10,10),
main=paste("a title"),
subscripts = T,
panel=functio...