search for: multinorm

Displaying 20 results from an estimated 28 matches for "multinorm".

Did you mean: multinom
2008 Jun 08
2
multinormality
is there any function under R that allows me to test the normality of my 92 sumples? -- View this message in context: http://www.nabble.com/multinormality-tp17717230p17717230.html Sent from the R help mailing list archive at Nabble.com.
2006 May 15
1
Fitting usual distributions.
...l distributions (estimating parameters and confidence intervals for a given distribution). After some research in R, R-help and google I have found most of what I was looking for (especially thanks to MASS - fitdistr() ), however there are still a few distributions I could not find R code for: Multinormal, Truncated normal, Triangular, Uniform, Binomial, Multinomial. If there are any packages to fit these, a pointer in the right direction would be most appreciated. Thanks Pierre-Matthieu Pair, Softia Ing?nierie pmpair at softia.fr
2006 Jan 20
2
big difference in estimate between dmvnorm and dnorm, how come?
Dear R community, I was trying to estimate density at point zero of a multivariate distribution (9 dimensions) and for this I was using a multinormal approximation and the function dmvnorm , gtools package. To have a sense of the error I tried to look the mismatch between a unidimensional version of my distribution and estimate density at point zero with function density, dmvnorm and dnorm. At my big surprise dmvnorm and dnorm give very dif...
2012 Mar 28
2
Test Normality
Good Night I made different test to check normality and multinormality in my dataset, but I donĀ“t know which test is better. To verify univariate normality I checked: shapiro.test, cvm.test, ad.test, lillie.test, sf.test or jaque.bera.test and To verify multivariate normal distribution I use mardia, mvShapiro.Test, mvsf, mshapiro.test, mvnorm.e. I have a datas...
2001 Nov 25
2
another optimization question
Dear R list members, Since today seems to be the day for optimization questions, I have one that has been puzzling me: I've been doing some work on sem, my structural-equation modelling package. The models that the sem function in this package fits are essentially parametrizations of the multinormal distribution. The function uses optim and nlm sequentially to maximize a multinormal likelihood. One of the changes I've introduced is to use an analytic gradient rather than rely on numerical derivatives. (If I can figure it out, I'd like to use an analytic Hessian as well.) I coul...
2009 Mar 09
1
How to optimize a matrix
I would like to estimate the sigma matrix of multinormal distribution through ML. But I don't know how to optimize the parameter sigma. Could any one help me? Thank you so much~ Yen Lee
2009 May 27
1
Multivariate Transformations
Hello folks, many multivariate anayses (e.g., structural equation modeling) require multivariate normal distributions. Real data, however, most often significantly depart from the multinormal distribution. Some researchers (e.g., Yuan et al., 2000) have proposed a multivariate transformation of the variables. Can you tell me, if and how such a transformation can be handeled in R? Thanks in advance. With best regards Holger --------------- Yuan, K.-H., Chan, W., & Bentler, P. M...
2009 Jul 02
1
MCMC/Bayesian framework in R?
...ions differ dramatically in efficiency (MCMCmetrop1R was over 20 times faster than gibbs_met). Since my functions can be complex (mainly ODEs, complex environmental models programmed in Fortran or C to be called by the system-function), I cannot use OpenBUGS or JAGS. MCMCmetrop1R samples from a multinormal distribution, but I would like to have the option to use priors (that's what I refer to as "Bayesian" here: sorry for irritating statisticians with this interpretation). HOW? What I did so far (in vain) to find the answer: I searched the R-help list (MCMC, Bayes) for suitable thr...
2002 Jul 22
2
typsize and fscale arguments to nlm
Dear R list members, I have a question about the proper use of the typsize and fscale arguments to nlm. I use nlm in my sem package to fit general structural-equation models, which entails maximizing a multinormal likelihood with respect to parameters that represent regression coefficients and covariances of variables. The magnitudes of these parameters can be very different. The documentation for typsize is rather terse: "an estimate of the size of each parameter at the minimum," with the de...
2007 May 16
0
new packages 'ICS' and 'ICSNP'
...independent components, depending on the underlying assumptions. The result of the transformation is an object of the S4 class ics which is provided by this package. Besides generic functions to create and work with ics objects the package contains also some scatter matrices and two tests for multinormality. The 'ICSNP' package contains tools for nonparametric multivariate analysis, including the estimation of location and shape as well as some tests for location and independence. Shape matrices from this package can be used as one of the scatter matrices needed in the package ICS w...
2004 May 13
1
please help with estimation of true correlations andreliabilities
Dear John, Dear Joseph, Thank you for your quick answers and the pointer to semnet. I try to clarify on my assumptions: - yes, I am willing to assume multivariate normality - no, I don't want to assume a single factor model - I assume there is an unknown number of factors, and I do not know which items belong to which factors but I still want to estimate single item reliabilities Is this
2007 May 16
0
new packages 'ICS' and 'ICSNP'
...independent components, depending on the underlying assumptions. The result of the transformation is an object of the S4 class ics which is provided by this package. Besides generic functions to create and work with ics objects the package contains also some scatter matrices and two tests for multinormality. The 'ICSNP' package contains tools for nonparametric multivariate analysis, including the estimation of location and shape as well as some tests for location and independence. Shape matrices from this package can be used as one of the scatter matrices needed in the package ICS w...
2011 Nov 07
0
new version 2.0-0 of the sem package
...he near future, we anticipate releasing an update that permits equation-style specification of structural equations. o The ability to update model specifications. o Soft-coded objective functions ("fit" functions in SEM jargon) and optimizers. Two objective functions are provided, for multinormal full-information maximum likelihood and for generalized least squares; and three optimizers are provided, based on the standard R nlm(), optim(), and nlminb() optimizers. The user can add objective functions and optimizers. o Analytic standard errors are provided by default for the FIML estimat...
2011 Nov 07
0
new version 2.0-0 of the sem package
...he near future, we anticipate releasing an update that permits equation-style specification of structural equations. o The ability to update model specifications. o Soft-coded objective functions ("fit" functions in SEM jargon) and optimizers. Two objective functions are provided, for multinormal full-information maximum likelihood and for generalized least squares; and three optimizers are provided, based on the standard R nlm(), optim(), and nlminb() optimizers. The user can add objective functions and optimizers. o Analytic standard errors are provided by default for the FIML estimat...
2009 May 20
1
sem with categorical data
I am trying to run a confirmatory factor analysis using the SEM package. My data are ordinal. I have read http://socserv.mcmaster.ca/jfox/Misc/sem/SEM-paper.pdf. When I apply the hetcor function, I receive the following error: Error in checkmvArgs(lower = lower, upper = upper, mean = mean, corr = corr, : at least one element of 'lower' is larger than 'upper' Example:
2010 Sep 22
0
bctrans: Box-Cox Transformation Problem
...bctrans is used to calculate lambda for the variables. I use "yeo.johnson" since there are values=0 in the data. Doing this creates following output: 2> summary(bctrans(~v.obs+ snow+ pcpt+ Q.Enz+ qd+ HH6.1, data=sel.p1, family="yeo.johnson")) yeo.johnson Transformations to Multinormality Est.Power Std.Err. Wald(Power=0) Wald(Power=1) v.obs -49.9674 5.5747 -8.9632 -9.1426 snow -4.1130 0.3326 -12.3655 -15.3719 pcpt 0.6111 0.0811 7.5341 -4.7950 Q.Enz -0.8584 0.0904 -9.4967 -20.5601 qd -26.1100 2.3432...
2006 Aug 31
0
New package ffmanova for 50-50 MANOVA released
...st p-values according to a false discovery rate criterion. Our method is based on rotation testing and allows any kind of dependence among the responses (Moen et al., 2005). Note that rotation testing is closely related to permutation testing. One difference is that rotation testing relies on the multinormal assumption. All the classical tests (t-test, F-test, Hotelling T^2 test, ...) can be viewed as special cases of rotation testing. REFERENCES Langsrud, ?. (2002), 50-50 Multivariate Analysis of Variance for Collinear Responses, Journal of the Royal Statistical Society SERIES D - The Statistic...
2006 Aug 31
0
New package ffmanova for 50-50 MANOVA released
...st p-values according to a false discovery rate criterion. Our method is based on rotation testing and allows any kind of dependence among the responses (Moen et al., 2005). Note that rotation testing is closely related to permutation testing. One difference is that rotation testing relies on the multinormal assumption. All the classical tests (t-test, F-test, Hotelling T^2 test, ...) can be viewed as special cases of rotation testing. REFERENCES Langsrud, ?. (2002), 50-50 Multivariate Analysis of Variance for Collinear Responses, Journal of the Royal Statistical Society SERIES D - The Statistic...
2011 Feb 08
1
SEM: question regarding how standard errors are calculated
Sorry if this question has been asked previously, I searched but found little. There also doesn't seem to be a dedicated SEM list-serv so hopefully this will find its way to the appropriate audience. In discussing SEM with a colleague I mentioned that a model they were fitting in AMOS was equivalent to a linear regression and that the coefficients would be the same. This of course was the
2005 Jun 17
2
adjusted R^2 vs. ordinary R^2
I thought the point of adjusting the R^2 for degrees of freedom is to allow comparisons about goodness of fit between similar models with different numbers of data points. Someone has suggested to me off-list that this might not be the case. Is an ADJUSTED R^2 for a four-parameter, five-point model reliably comparable to the adjusted R^2 of a four-parameter, 100-point model? If such values