Displaying 6 results from an estimated 6 matches for "adastra69".
2008 Aug 27
2
r function for calculating extreme spread in group
...p
ex.spread = max{ sqrt [ (xi-xj)^2 - (yi-yj)^2 ] } for i not equal to j
I have 60 levels to apply this to.
There is the combination function in the dprep package but I wasn't
sure how to use this or apply an index the points in each group.
Any ideas?
Steve
Steven Matthew Anderson
AdAstra69 at mac.com
Ad Astra per Aspera
2009 Jun 05
2
p-values from VGAM function vglm
...ctors: 2
Names of linear predictors: log(mu), log(shape)
Dispersion Parameter for gamma2 family: 1
Log-likelihood: -26.39268 on 123 degrees of freedom
Number of Iterations: 8
Steven Matthew Anderson
Anderson Research, LLC
Statistical Programming and Analysis
SAS (R) Certified Professional
AdAstra69 at mac.com
Ad Astra per Aspera
???????
2009 Jun 01
3
exporting data to csv file -problem with column names
I have a data.frame with three columns + the row number
Sample MidPoint Count
[1,] 1 0.025 1
[2,] 1 0.075 3
[3,] 1 0.125 15
[4,] 1 0.175 12
[5,] 1 0.225 5
[6,] 1 0.275 8
When I export the data to a csv the column names are shifted because
the row numbers are being exported as well.
Sample MidPoint
2009 Jun 04
1
hist returning density larger than 1
...Simulation.Data,
file=paste(dir,"/DATA/Simulation_Data.csv",sep=''),
sep=",",
quote=FALSE,
row.names=FALSE,
qmethod="double")
Steven Matthew Anderson
Anderson Research, LLC
Statistical Programming and Analysis
SAS (R) Certified Professional
AdAstra69 at mac.com
Ad Astra per Aspera
???????
2009 Jun 16
0
Generation from COX PH with gamma frailty
...> Dispersion Parameter for gamma2 family: 1
>
> Log-likelihood: -26.39268 on 123 degrees of freedom
>
> Number of Iterations: 8
>
>
> Steven Matthew Anderson
>
> Anderson Research, LLC
> Statistical Programming and Analysis
> SAS (R) Certified Professional
> AdAstra69 at mac.com
>
> Ad Astra per Aspera
>
> ???????
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html
>...
2009 Jun 26
1
predicted values after fitting gamma2 function
...o I get this information to give me predicted values given
the same x-values I used in the experimental model (i.e. from Max.brks
<- pretty(range(Max.Spread$Distance), 100)).
Steven Matthew Anderson
Anderson Research, LLC
Statistical Programming and Analysis
SAS (R) Certified Professional
AdAstra69 at mac.com
Ad Astra per Aspera
???????