|
|
GLIMMIX ODS
I am having problem in my ODS output. All I am getting is little red 'x in a
while box' in the html output: I included the code and a part of log as
well. I tried different graphs as well.
I am using SAS 9.1 in a XP-Home and Java 2 platform v 1.5.0. If anyone need
more info. feel free to email.
Thanks
SW
ods html ;
ods graphics on;
ods select PearsonPanel;
proc glimmix data=abc ic=PQ plots=pearsonpanel;
class id a ;
model lower_symp = x y z a
/ s solution dist=binomial link=logit oddsratios (at x= 40 unit x=10) ;
random _residual_ / subject = id;
nloptions maxiter=150;
run;
ods graphics off;
ods html close;
WARNING: Statistical graphics displays created with ODS are experimental in
this release.
Can't load class com/sas/tk/util/SetStandardOut.
Can't redirect System.err to SAS log.
Can't load class com/sas/tk/util/SetStandardOut.
Can't redirect System.out to SAS log.
Can't load class com/sas/tk/util/SetStandardOut.
System.out not restored
Can't load class com/sas/tk/util/SetStandardOut.
System.err not restored
ERROR: Java class generated an exception.
|
|
0
|
|
|
|
Reply
|
woods.steve (27)
|
3/29/2007 3:14:28 PM |
|
Hi,
I remember that is about java version...
This problem occurs if Version 1.5 of the JRE has been installed on the system.
http://support.sas.com/techsup/unotes/le/015/015237.html
Cordialement/
Best regards,
Stephane COLAS
**************************
Soci�t� Datametric
Notre site / Our site
http://www.datametric.fr
**************************
Selon Steve Woods <woods.steve@GMAIL.COM>:
> I am having problem in my ODS output. All I am getting is little red 'x in a
> while box' in the html output: I included the code and a part of log as
> well. I tried different graphs as well.
>
> I am using SAS 9.1 in a XP-Home and Java 2 platform v 1.5.0. If anyone need
> more info. feel free to email.
>
> Thanks
> SW
>
> ods html ;
> ods graphics on;
> ods select PearsonPanel;
> proc glimmix data=abc ic=PQ plots=pearsonpanel;
> class id a ;
> model lower_symp = x y z a
> / s solution dist=binomial link=logit oddsratios (at x= 40 unit x=10) ;
> random _residual_ / subject = id;
> nloptions maxiter=150;
> run;
> ods graphics off;
> ods html close;
>
>
> WARNING: Statistical graphics displays created with ODS are experimental in
> this release.
> Can't load class com/sas/tk/util/SetStandardOut.
> Can't redirect System.err to SAS log.
>
> Can't load class com/sas/tk/util/SetStandardOut.
> Can't redirect System.out to SAS log.
>
> Can't load class com/sas/tk/util/SetStandardOut.
> System.out not restored
> Can't load class com/sas/tk/util/SetStandardOut.
> System.err not restored
> ERROR: Java class generated an exception.
>
|
|
0
|
|
|
|
Reply
|
scolas (213)
|
3/29/2007 3:18:48 PM
|
|
|
1 Replies
51 Views
(page loaded in 0.081 seconds)
Similiar Articles: ODS output with Proc Mianalyze - comp.soft-sys.sasHello: I am trying to create propensity scores for matching using multilevel, imputed data. I used Proc MI for impuations, and then Proc Glimmix ... Query regarding SAS Macros & ODS - comp.soft-sys.sas... pdiff matrix, display tikey grouping lines with the help of proc Glimmix etc. ... PivotTable reports using SAS Output Delivery System markup ... the potential of Structured ... How to output the variance covariance matrix for Glimmix procedure ...Simple Linear Regression By SAS BASE - comp.soft-sys.sas ... > > %macro a; > %do i=1 %to 100; > ods output ANOVA ... soft-sys.sas... impuations, and then Proc Glimmix ... proc mianalyze - comp.soft-sys.sasODS output with Proc Mianalyze - comp.soft-sys.sas Hello: I am trying to create ... using multilevel, imputed data. I used Proc MI for impuations, and then Proc Glimmix ... output regression coefficients from proc glm - comp.soft-sys.sas ...Interpreting Glimmix ... When performing a logistic regression with PROC LOGISTIC ... ... Hi, You can use "ODS output" to get the information you need: ods output "Solution ... logistic regression error - comp.soft-sys.sasProc Glimmix- binomial response variable giving errors. 2. How to fit logistic regression model with muliple responses Bora, I really appreciate your great helps! Proc Univariate: Histograms - comp.soft-sys.sas... on / noborder ; ods rtf nogtitle nogfootnote file=3D "H:\Junk.rtf"; ods rtf ... to PDF or Histogram - comp.soft-sys ... univariate ... The following PROC GLIMMIX ... proc logistic, model-averaging, predicted probabilities, SEs ...... PROC logistic DATA=3D vgt; MODEL yyyy=3D xxx; units xxx=3D 5 10 15 ; RUN; ods ... Predicted probabilities in GLIMMIX - comp.soft-sys.sas... predicted probabilities for a ... lsmeans - comp.soft-sys.sas... field(loc) r rcorr type=sp(pow)(time); lsmeans season*year/ adjust=tukey; ods ... Thanks in advance for your help. Meg proc GLIMMIX data=hospdata; title ... proc logistic with odds ratio in output table - comp.soft-sys.sas ...I imagine one could use ods, but I haven't found an apropriate command. ... Interpreting Glimmix parameter estimates - comp.soft-sys.sas ... proc logistic with odds ... The GLIMMIX Procedure: ODS Table Names :: SAS/STAT(R) 9.2 User's ...Each table created by PROC GLIMMIX has a name associated with it, and you must use this name to reference the table when you use ODS statements. Production GLIMMIX Procedure - SAS Customer Support Knowledge Base ...Production GLIMMIX Procedure ... production release of the GLIMMIX procedure provides numerous additional features. These include: ODS ... 7/22/2012 5:03:35 PM
|
|
|
|
|
|
|
|
|