Re: [R] inverse normal distribution function

2014-04-19 Thread Suzen, Mehmet
Not sure how would you do that but there is a package SEM on CRAN for
structural equation models.

On 20 April 2014 01:10, thanoon younis  wrote:
> thank you so much Suzen
> i want to use bayesian analysis in structural equation models with ordered
> categorical data and i want to use inverse normal as a distribution of
> thresholds and i  dont find any paper or documents in R or another program
> about inverse normal.
>
> best regards
>

__
R-help@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
and provide commented, minimal, self-contained, reproducible code.


Re: [R] inverse normal distribution function

2014-04-19 Thread Suzen, Mehmet
You may want to read about generalized linear modelling and link
functions for forming appropriate categorical variable/link function.
See documentations in R:  ?glm, ?family and ?inverse.gaussian.  Also
look at the original paper of Nelder, John; Wedderburn, Robert , it is
available freely with the courtesy of JSTOR:
http://www.jstor.org/discover/10.2307/2344614

On 18 April 2014 09:13, thanoon younis  wrote:
> dear all members
>
> i want to use inverse normal distribution in R to show the value of
> variable Z when Z represent the ordered categorical variables. i hope
> anyone gives me an example on this distribution
> .
>
> thanks to all
>
> [[alternative HTML version deleted]]
>
> __
> R-help@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
> and provide commented, minimal, self-contained, reproducible code.

__
R-help@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
and provide commented, minimal, self-contained, reproducible code.


Re: [R] inverse normal distribution function

2014-04-18 Thread Rolf Turner

On 18/04/14 15:13, thanoon younis wrote:

dear all members

i want to use inverse normal distribution in R to show the value of
variable Z when Z represent the ordered categorical variables. i hope
anyone gives me an example on this distribution


(1) Your question makes no sense.  The normal distribution has nothing 
to do (at least not directly) with categorical variables.


(2) The inverse cumulative distribution function for the normal 
distribution is well documented in R.  Learn how to search.


(3) It would appear that you need to (a) learn some statistics, and
(b) learn something about R.

(4) Don't expect others to do your work for you.

cheers,

Rolf Turner

__
R-help@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
and provide commented, minimal, self-contained, reproducible code.


[R] inverse normal distribution function

2014-04-18 Thread thanoon younis
dear all members

i want to use inverse normal distribution in R to show the value of
variable Z when Z represent the ordered categorical variables. i hope
anyone gives me an example on this distribution
.

thanks to all

[[alternative HTML version deleted]]

__
R-help@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
and provide commented, minimal, self-contained, reproducible code.