# NOT RUN {
obj.dr4pl <- dr4pl(Response ~ Dose, data = sample_data_1) # Fit a 4PL model to data
vcov(obj.dr4pl) # Variance-covariance matrix of the parameters
obj.dr4pl <- dr4pl(Response ~ Dose, data = sample_data_2) # Fit a 4PL model to data
vcov(obj.dr4pl) # Variance-covariance matrix of the parameters
# }
Run the code above in your browser using DataLab